edu.cmu.minorthird.classify.experiments
Class ClassifiedDataset

java.lang.Object
  extended by edu.cmu.minorthird.classify.experiments.ClassifiedDataset
All Implemented Interfaces:
Visible

public class ClassifiedDataset
extends java.lang.Object
implements Visible

Pairs a dataset and a classifier, for easy inspection of the actions of a classifier.

Author:
William Cohen

Nested Class Summary
static class ClassifiedDataset.ExplanationViewer
           
 
Constructor Summary
ClassifiedDataset(Classifier classifier, Dataset dataset)
           
ClassifiedDataset(Classifier classifier, Dataset dataset, DatasetIndex index)
           
 
Method Summary
 Classifier getClassifier()
           
 Dataset getDataset()
           
static void main(java.lang.String[] args)
           
 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

ClassifiedDataset

public ClassifiedDataset(Classifier classifier,
                         Dataset dataset)

ClassifiedDataset

public ClassifiedDataset(Classifier classifier,
                         Dataset dataset,
                         DatasetIndex index)
Method Detail

getClassifier

public Classifier getClassifier()

getDataset

public Dataset getDataset()

toGUI

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

Specified by:
toGUI in interface Visible

main

public static void main(java.lang.String[] args)