Uses of Class
com.pervasive.datarush.analytics.cluster.kmeans.DistanceMeasure
-
Packages that use DistanceMeasure Package Description com.pervasive.datarush.analytics.cluster.kmeans Provides the KMeans algorithm. -
-
Uses of DistanceMeasure in com.pervasive.datarush.analytics.cluster.kmeans
Methods in com.pervasive.datarush.analytics.cluster.kmeans that return DistanceMeasure Modifier and Type Method Description DistanceMeasure
KMeans. getDistanceMeasure()
Returns the distance measure used to measure the distance between two points when building the model.static DistanceMeasure
DistanceMeasure. valueOf(String name)
Returns the enum constant of this type with the specified name.static DistanceMeasure[]
DistanceMeasure. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.analytics.cluster.kmeans with parameters of type DistanceMeasure Modifier and Type Method Description void
KMeans. setDistanceMeasure(DistanceMeasure distanceMeasure)
Sets the distance measure used to measure the distance between two points when building the model.
-