Uses of Class
moa.clusterers.kmeanspm.ClusteringFeature
-
Packages that use ClusteringFeature Package Description moa.clusterers.kmeanspm -
-
Uses of ClusteringFeature in moa.clusterers.kmeanspm
Methods in moa.clusterers.kmeanspm that return ClusteringFeature Modifier and Type Method Description ClusteringFeature
ClusteringTreeNode. getClusteringFeature()
Gets the ClusteringFeature of this node.Methods in moa.clusterers.kmeanspm with parameters of type ClusteringFeature Modifier and Type Method 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.Constructors in moa.clusterers.kmeanspm with parameters of type ClusteringFeature Constructor 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.
-