edu.cmu.minorthird.classify.experiments
Class CrossValidatedDataset

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

public class CrossValidatedDataset
extends java.lang.Object
implements Visible

View result of some sort of train/test experiment.

Author:
William Cohen

Constructor Summary
CrossValidatedDataset(ClassifierLearner learner, Dataset d, Splitter<Example> splitter)
           
CrossValidatedDataset(ClassifierLearner learner, Dataset d, Splitter<Example> splitter, boolean saveTrainPartitions)
           
 
Method Summary
 Evaluation getEvaluation()
           
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

CrossValidatedDataset

public CrossValidatedDataset(ClassifierLearner learner,
                             Dataset d,
                             Splitter<Example> splitter)

CrossValidatedDataset

public CrossValidatedDataset(ClassifierLearner learner,
                             Dataset d,
                             Splitter<Example> splitter,
                             boolean saveTrainPartitions)
Method Detail

toGUI

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

Specified by:
toGUI in interface Visible

getEvaluation

public Evaluation getEvaluation()

main

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