com.datumbox.framework.core.machinelearning.common.interfaces
Interface Cluster
-
- All Superinterfaces:
- Learnable, java.io.Serializable
- All Known Implementing Classes:
- AbstractClusterer.AbstractCluster, AbstractDPMM.AbstractCluster, GaussianDPMM.Cluster, HierarchicalAgglomerative.Cluster, Kmeans.Cluster, MultinomialDPMM.Cluster
public interface Cluster extends Learnable
The Cluster object stores all the information of the cluster, including the assigned points, the parameters and the label.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description intsize()Returns the number of records assigned to this cluster.
-
DataMelt 3.0 © DataMelt by jWork.ORG