|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cmu.minorthird.classify.algorithms.linear.KernelVotedPerceptron.MyClassifier
public class KernelVotedPerceptron.MyClassifier
| Constructor Summary | |
|---|---|
KernelVotedPerceptron.MyClassifier(java.util.List<Hyperplane> li,
java.util.List<java.lang.Integer> cc)
|
|
| 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 |
Explanation |
getExplanation(Instance instance)
Return an Explanation for the classification |
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 KernelVotedPerceptron.MyClassifier(java.util.List<Hyperplane> li,
java.util.List<java.lang.Integer> cc)
| Method Detail |
|---|
public ClassLabel classification(Instance ins)
Classifier
classification in interface Classifierpublic 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 | ||||||||