edu.cmu.minorthird.classify.multi
Class MultiEvaluation

java.lang.Object
  extended by edu.cmu.minorthird.classify.multi.MultiEvaluation
All Implemented Interfaces:
Visible

public class MultiEvaluation
extends java.lang.Object
implements Visible

Stores some detailed results of evaluating a classifier on data with multiple labels.

Author:
Cameron Williams

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

MultiEvaluation

public MultiEvaluation(MultiExampleSchema schema)
Create an evaluation for databases with this schema

Method Detail

extend

public void extend(MultiClassifier c,
                   MultiDataset d)
Test the classifier on the examples in the dataset and store the results.


summarize

public void summarize()
Print summary statistics


toGUI

public Viewer toGUI()
Description copied from interface: Visible
Create a view of this object

Specified by:
toGUI in interface Visible