Catalano.MachineLearning.Clustering
Class PartitionClustering<T>
- java.lang.Object
-
- Catalano.MachineLearning.Clustering.PartitionClustering<T>
-
- Type Parameters:
T- the type of input object.
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- KMeans
public abstract class PartitionClustering<T> extends java.lang.Object implements java.io.SerializableAbstract class of partition clustering. Partition methods break the observation into distinct non-overlapping groups.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description int[]getClusterLabel()Returns the cluster labels of data.int[]getClusterSize()Returns the size of clusters.intgetNumClusters()Returns the number of clusters.
-
DataMelt 3.0 © DataMelt by jWork.ORG