| Package | Description | 
|---|---|
| com.pervasive.datarush.analytics.cluster.kmeans | 
 Provides the KMeans algorithm. 
 | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
KMeans.setDistanceMeasure(DistanceMeasure distanceMeasure)
Sets the distance measure used to measure the distance between two points
 when building the model. 
 | 
Copyright © 2024 Actian Corporation. All rights reserved.