|
|||||||||
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.RegretWinnow.MyClassifier
public class RegretWinnow.MyClassifier
Constructor Summary | |
---|---|
RegretWinnow.MyClassifier(Hyperplane pos_h,
double mytheta)
|
Method Summary | |
---|---|
ClassLabel |
classification(Instance instance1)
Return a predicted type for the span, as a class label. |
java.lang.String |
explain(Instance instance)
Return some string that 'explains' the classification |
Example |
filterFeat(Example ex)
|
Explanation |
getExplanation(Instance instance)
Return an Explanation for the classification |
Viewer |
toGUI()
Create a view of this object |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RegretWinnow.MyClassifier(Hyperplane pos_h, double mytheta)
Method Detail |
---|
public ClassLabel classification(Instance instance1)
Classifier
classification
in interface Classifier
public Example filterFeat(Example ex)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String explain(Instance instance)
Classifier
explain
in interface Classifier
public Explanation getExplanation(Instance instance)
Classifier
getExplanation
in interface Classifier
public Viewer toGUI()
Visible
toGUI
in interface Visible
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |