public interface SequenceLabeler<T>
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
int[] |
predict(T[] x)
Predicts the sequence labels.
|
int[] predict(T[] x)
x - a sequence. At each position, it may be the original symbol or
a feature set about the symbol, its neighborhood, and/or other information.