Uses of Class
smile.clustering.ClusteringDistance
-
Packages that use ClusteringDistance Package Description smile.clustering -
-
Uses of ClusteringDistance in smile.clustering
Methods in smile.clustering that return ClusteringDistance Modifier and Type Method Description static ClusteringDistance
ClusteringDistance. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ClusteringDistance[]
ClusteringDistance. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in smile.clustering with parameters of type ClusteringDistance Modifier and Type Method Description static int[]
PartitionClustering. seed(double[][] data, int k, ClusteringDistance distance)
Initialize cluster membership of input objects with KMeans++ algorithm.
-