public interface VectorQuantizer
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
OUTLIER
The label for outliers or noises.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
quantize(double[] x)
Quantize a new observation.
|
void |
update(double[] x)
Update the codebook with a new observation.
|
static final int OUTLIER