Package | Description |
---|---|
oracle.spatial.hadoop.vector.cluster.kmeans |
Contains classes used for k-means clustering .
|
oracle.spatial.hadoop.vector.mapred.job |
Contains job drivers.
|
Modifier and Type | Class and Description |
---|---|
class |
EuclideanDistanceCriterionFunction
A CriterionFunction implementation based on the uclidian distance between the last two cluster centers.
|
class |
SquaredErrorCriterionFunction
CriterionFunction implementation that uses a squared error criterion function. |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends CriterionFunction> |
KMeansClustering.getCritetionFunctionClass()
Gets the
CriterionFunction subclass to be used |
Modifier and Type | Method and Description |
---|---|
void |
KMeansClustering.setCritetionFunctionClass(java.lang.Class<? extends CriterionFunction> critetionFunctionClass)
Sets the
CriterionFunction subclass to be used |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.