|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
E - the type of objects being classifiedC - the type of classification returnedpublic interface Classifier<E,C extends Classification>
The Classifier interface specifies a single method
that returns the classification of an input object. A
classification is only required to provide a first-best
categorization of the input. Classifiers may return subclasses of
Classification that include n-best results with
numerical scores of various interpretations.
| Method Summary | |
|---|---|
C |
classify(E input)
Return the classification of the specified object. |
| Method Detail |
|---|
C classify(E input)
Classification.
input - Object to classify.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||