Maven module :
un.api : api-geometry :
Class :
un.impl.geometry.algorithm.KMeans
Extends/Implements :
-
Subclasses :
-
K-means clustering.
resources :
https://en.wikipedia.org/wiki/K-means_clustering
author
Johann Sorel (Adapted to unlicense-lib)
Variables :
-
Functions :
kmeans
param
tuples
param
nbCluster
param
nbCycle
return
public double[][]
kmeans
(TupleBuffer tuples, int nbCluster, int nbCycle)
resources :
https://en.wikipedia.org/wiki/K-means_clustering
author Johann Sorel (Adapted to unlicense-lib)