Package edu.cmu.minorthird.classify.multi

Class Summary
GUI Support routines for building GUI's to view datasets, instances, and etc.
GUI.InstanceViewer A viewer for instances
GUI.MultiExampleViewer A viewer for examples.
InstanceFromPrediction An instance that has predicted values from each dimension added as features
MultiClassifiedDataset Pairs a dataset and a classifier, for easy inspection of the actions of a classifier.
MultiClassifiedDataset.ExplanationViewer  
MultiClassifier Interface for a multi label classifier.
MultiClassifierTeacher Interface for something that trains multi label classifiers.
MultiClassLabel A label which is associated with an instance---either by a classifier, or in training data.
MultiCrossValidatedDataset View result of some sort of train/test experiment for Data with Multiple Labels.
MultiDataset A set of examples for learning.
MultiDataset.SimpleDatasetViewer  
MultiDatasetClassifierTeacher Trains a MultiClassifierLearner using the information in a labeled Dataset.
MultiDatasetIndex An inverted index, mapping features to examples which contain the features.
MultiEvaluation Stores some detailed results of evaluating a classifier on data with multiple labels.
MultiEvaluation.EvaluationViewer  
MultiExample An instance that is associated with a ClassLabel.
MultiExampleSchema Defines legal formats for examples with multiple labels.
MultiLearner ClassifierLearner for learning multiple dimensions