|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClassificationHandler<E,C extends Classification>
The ClassificationHandler interface specifies a single
method for operating on a classification input and result. Because
Classification objects may actually implement a subinterface
of Classification, this handler may be used for
training on richer than first-best classification results.
| Method Summary | |
|---|---|
void |
handle(E input,
C classification)
Handle the specified object and its classification. |
| Method Detail |
|---|
void handle(E input,
C classification)
Implementations may throw an illegal argument exception if the classification is not of the required
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||