T
- the type of input object.public interface Clustering<T>
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static int |
OUTLIER
Cluster label for outliers or noises.
|
Modifier and Type | Method and Description |
---|---|
int |
predict(T x)
Cluster a new instance.
|
static final int OUTLIER
int predict(T x)
x
- a new instance.