Liking cljdoc? Tell your friends :D

mahout.cluster


*canopy-defaults*clj


*fuzzy-kmeans-defaults*clj


*kmeans-defaults*clj


cluster-canopyclj

(cluster-canopy input output & {:as opts})

Run the Canopy clustering algorithm on input and write the result to output.

Run the Canopy clustering algorithm on `input` and write the result
to `output`.
raw docstring

cluster-fuzzy-kmeansclj

(cluster-fuzzy-kmeans cluster input output & {:as opts})

Run the Fuzzy KMeans clustering algorithm using the initial cluster on input and write the result to output.

Run the Fuzzy KMeans clustering algorithm using the initial
`cluster` on `input` and write the result to `output`.
raw docstring

cluster-kmeansclj

(cluster-kmeans cluster input output & {:as opts})

Run the KMeans clustering algorithm using the initial cluster on input and write the result to output.

Run the KMeans clustering algorithm using the initial `cluster` on
`input` and write the result to `output`.
raw docstring

read-clustered-pointsclj

(read-clustered-points filename)

Read the clustered points from filename.

Read the clustered points from `filename`.
raw docstring

read-clustersclj

(read-clusters filename)

Read the clusters from filename.

Read the clusters from `filename`.
raw docstring

write-kmeans-clustersclj

(write-kmeans-clusters path vectors & {:keys [measure type]})

Write vectors as clusters into the sequence file path.

Write `vectors` as clusters into the sequence file `path`.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close