See: Description
Interface | Description |
---|---|
DistanceFn<T> |
A function that returns a distance between things.
|
Class | Description |
---|---|
ClusterInfo |
Encapsulates a cluster, including its center and number of points assigned to the cluster.
|
EuclideanDistanceFn |
Returns the Euclidean distance between two
double[] . |
KMeansPMMLUtils |
Utility methods related to PMML serialization of k-means clustering models.
|
KMeansUtils |
K-means-related utility methods for the app tier.
|
Copyright © 2014–2018. All rights reserved.