public interface SequenceClassifier<OUTCOME_TYPE>
| Modifier and Type | Method and Description |
|---|---|
List<OUTCOME_TYPE> |
classify(List<List<Feature>> features)
Classifies a sequence of feature lists.
|
List<Map<OUTCOME_TYPE,Double>> |
score(List<List<Feature>> features)
Classify a sequence of feature lists, and return the scores for each of the outcomes for each
feature list.
|
List<OUTCOME_TYPE> classify(List<List<Feature>> features) throws CleartkProcessingException
features - a list of features for each member in the sequenceCleartkProcessingExceptionList<Map<OUTCOME_TYPE,Double>> score(List<List<Feature>> features) throws CleartkProcessingException
features - a list of features for each member in the sequenceCleartkProcessingExceptionCopyright © 2014. All rights reserved.