|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cmu.minorthird.classify.algorithms.linear.Winnow.MyClassifier
public static class Winnow.MyClassifier
| Constructor Summary | |
|---|---|
Winnow.MyClassifier(Hyperplane cl,
double mytheta)
|
|
| Method Summary | |
|---|---|
ClassLabel |
classification(Instance ins)
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 Winnow.MyClassifier(Hyperplane cl,
double mytheta)
| Method Detail |
|---|
public ClassLabel classification(Instance ins)
Classifier
classification in interface Classifierpublic Example filterFeat(Example ex)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String explain(Instance instance)
Classifier
explain in interface Classifierpublic Explanation getExplanation(Instance instance)
Classifier
getExplanation in interface Classifierpublic Viewer toGUI()
Visible
toGUI in interface Visible
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||