edu.cmu.minorthird.classify.multi
Class MultiCrossValidatedDataset

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

public class MultiCrossValidatedDataset
extends java.lang.Object
implements Visible

View result of some sort of train/test experiment for Data with Multiple Labels.

Author:
Cameron Williams

Constructor Summary
MultiCrossValidatedDataset(ClassifierLearner learner, MultiDataset d, Splitter<MultiExample> splitter)
           
MultiCrossValidatedDataset(ClassifierLearner learner, MultiDataset d, Splitter<MultiExample> splitter, boolean saveTrainPartitions)
           
MultiCrossValidatedDataset(ClassifierLearner learner, MultiDataset d, Splitter<MultiExample> splitter, boolean saveTrainPartitions, boolean cross)
           
 
Method Summary
 MultiEvaluation 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

MultiCrossValidatedDataset

public MultiCrossValidatedDataset(ClassifierLearner learner,
                                  MultiDataset d,
                                  Splitter<MultiExample> splitter)

MultiCrossValidatedDataset

public MultiCrossValidatedDataset(ClassifierLearner learner,
                                  MultiDataset d,
                                  Splitter<MultiExample> splitter,
                                  boolean saveTrainPartitions)

MultiCrossValidatedDataset

public MultiCrossValidatedDataset(ClassifierLearner learner,
                                  MultiDataset d,
                                  Splitter<MultiExample> splitter,
                                  boolean saveTrainPartitions,
                                  boolean cross)
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 MultiEvaluation getEvaluation()

main

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