|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
E - the type of objects being classifiedpublic interface ScoredClassifier<E>
The ScoredClassifier interface specifies a single method for
n-best scored classification.
| Method Summary | |
|---|---|
ScoredClassification |
classify(E input)
Returns the n-best scored classification for the specified input. |
| Method Detail |
|---|
ScoredClassification classify(E input)
classify in interface BaseClassifier<E>classify in interface RankedClassifier<E>input - Object to classify.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||