|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.cmu.minorthird.classify.multi.MultiEvaluation
public class MultiEvaluation
Stores some detailed results of evaluating a classifier on data with multiple labels.
Nested Class Summary | |
---|---|
static class |
MultiEvaluation.EvaluationViewer
|
Constructor Summary | |
---|---|
MultiEvaluation(MultiExampleSchema schema)
Create an evaluation for databases with this schema |
Method Summary | |
---|---|
void |
extend(MultiClassifier c,
MultiDataset d)
Test the classifier on the examples in the dataset and store the results. |
void |
summarize()
Print summary statistics |
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 MultiEvaluation(MultiExampleSchema schema)
Method Detail |
---|
public void extend(MultiClassifier c, MultiDataset d)
public void summarize()
public Viewer toGUI()
Visible
toGUI
in interface Visible
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |