T
- the type of input object.public abstract class PartitionClustering<T> extends Object implements Clustering<T>
OUTLIER
Modifier and Type | Method and Description |
---|---|
int[] |
getClusterLabel()
Returns the cluster labels of data.
|
int[] |
getClusterSize()
Returns the size of clusters.
|
int |
getNumClusters()
Returns the number of clusters.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
predict
Copyright © 2015. All rights reserved.