Package | Description |
---|---|
moa.clusterers.kmeanspm |
Modifier and Type | Method and Description |
---|---|
ClusteringFeature |
ClusteringTreeNode.getClusteringFeature()
Gets the ClusteringFeature of this node.
|
Modifier and Type | Method and Description |
---|---|
double |
ClusteringFeature.calcKMeansCosts(double[] center,
ClusteringFeature points)
Calculates the k-means costs of the ClusteringFeature and another
ClusteringFeature too a center.
|
void |
ClusteringFeature.merge(ClusteringFeature x)
Merges the ClusteringFeature with an other ClusteringFeature.
|
Constructor and Description |
---|
ClusteringTreeHeadNode(double[] center,
ClusteringFeature cf,
int dimension,
int numProjections,
int hashSize,
Random random)
Creates a ClusteringTreeNode with an extended nearest neighbor search in
the root.
|
ClusteringTreeNode(double[] center,
ClusteringFeature cf)
Creates a tree node for a ClusterFeature.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.