smile.sequence
Interface SequenceLabeler<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description int[]predict(T[] x)Predicts the sequence labels.
-
-
-
Method Detail
-
predict
int[] predict(T[] x)
Predicts the sequence labels.- Parameters:
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.- Returns:
- the predicted sequence labels.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG