|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Classifier
Interface for a classifier. This is specialized to BinaryClassifier and KWayClassifier.
| Method Summary | |
|---|---|
ClassLabel |
classification(Instance instance)
Return a predicted type for the span, as a class label. |
java.lang.String |
explain(Instance instance)
Return some string that 'explains' the classification |
Explanation |
getExplanation(Instance instance)
Return an Explanation for the classification |
| Method Detail |
|---|
ClassLabel classification(Instance instance)
java.lang.String explain(Instance instance)
Explanation getExplanation(Instance instance)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||