|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
E - the type of objects being classifiedpublic interface RankedClassifier<E>
The RankedClassifier interface specifies a single
classification method that returns n-best classifications of
inputs.
| Method Summary | |
|---|---|
RankedClassification |
classify(E input)
Return the n-best classification of the specified object. |
| Method Detail |
|---|
RankedClassification classify(E input)
classify in interface BaseClassifier<E>input - Object to classify.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||