Uses of Enum Class
com.pervasive.datarush.analytics.cluster.kmeans.DistanceMeasure
Packages that use DistanceMeasure
-
Uses of DistanceMeasure in com.pervasive.datarush.analytics.cluster.kmeans
Methods in com.pervasive.datarush.analytics.cluster.kmeans that return DistanceMeasureModifier and TypeMethodDescriptionKMeans.getDistanceMeasure()Returns the distance measure used to measure the distance between two points when building the model.static DistanceMeasureReturns the enum constant of this class with the specified name.static DistanceMeasure[]DistanceMeasure.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.analytics.cluster.kmeans with parameters of type DistanceMeasureModifier and TypeMethodDescriptionvoidKMeans.setDistanceMeasure(DistanceMeasure distanceMeasure) Sets the distance measure used to measure the distance between two points when building the model.