|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
E - the type of objects being classifiedpublic interface BaseClassifier<E>
The BaseClassifier interface specifies a single method for
first-best classification. Other classifier interfaces extend this
interface.
| Method Summary | |
|---|---|
Classification |
classify(E input)
Returns the first-best classification for the specified input. |
| Method Detail |
|---|
Classification classify(E input)
input - Object to classify.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||