|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.cmu.minorthird.classify.algorithms.linear.MaxEntLearner.MyClassifier
public static class MaxEntLearner.MyClassifier
Constructor Summary | |
---|---|
MaxEntLearner.MyClassifier(Classifier c,
ExampleSchema schema,
boolean scaleScores)
|
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 |
Classifier |
getRawClassifier()
|
Viewer |
toGUI()
Create a view of this object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MaxEntLearner.MyClassifier(Classifier c, ExampleSchema schema, boolean scaleScores)
Method Detail |
---|
public ClassLabel classification(Instance instance)
Classifier
classification
in interface Classifier
public java.lang.String explain(Instance instance)
Classifier
explain
in interface Classifier
public Explanation getExplanation(Instance instance)
Classifier
getExplanation
in interface Classifier
public Classifier getRawClassifier()
public Viewer toGUI()
Visible
toGUI
in interface Visible
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |