Liking cljdoc? Tell your friends :D

org.clojars.punit-naik.clj-ml.k-means


assign-closest-clusterclj

(assign-closest-cluster point clusters-map)

Assigns a point to the closest cluster Returns the key/index of the cluster

Assigns a point to the closest cluster
Returns the `key`/index of the cluster
sourceraw docstring

assign-clusterclj

(assign-cluster data-points clusters)

Assigns a cluster to all data points

Assigns a cluster to all data points
sourceraw docstring

data-with-assigned-clustersclj

(data-with-assigned-clusters clusters)
source

elbowclj

(elbow wcss)

Finds out the elbow point from the clusters,wcss points

Finds out the elbow point from the clusters,wcss points
sourceraw docstring

elbow-method-dataclj

(elbow-method-data data-points)

Generates data for using elbow method

Generates data for using elbow method
sourceraw docstring

generate-initial-clustersclj

(generate-initial-clusters dimensions no-of-clusters)
source

rapidly-changing?clj

(rapidly-changing? wcss)
source

sum-squared-distanceclj

(sum-squared-distance data-points cluster)
source

update-clustersclj

(update-clusters data-points no-of-clusters)
(update-clusters data-points clusters error-rate)
source

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

× close