Uses of Class
classification.DataSet

Packages that use DataSet
classification   
ensemble   
 

Uses of DataSet in classification
 

Methods in classification with parameters of type DataSet
 Ensemble MajorityVoteClassifier.generateEnsemble(java.util.List<PredictionSet> predSetList, DataSet data)
           
 Ensemble MetaClassifier.generateEnsemble(java.util.List<PredictionSet> predSetList, DataSet data)
          Generates an ensemble for the given data using the provided predictions.
 

Constructors in classification with parameters of type DataSet
Ensemble(java.util.List<PredictionSet> predSetList, double percentCorrect, int total, MetaClassifier metaClass, PredictionSet combinedPred, DataSet dataSet)
          Creates a new ensemble from a list of prediction sets.
 

Uses of DataSet in ensemble
 

Methods in ensemble that return types with arguments of type DataSet
 java.util.List<DataSet> DatabaseBean.getDataSets()
          Returns a list of datasets built from the available XML files.
 

Methods in ensemble with parameters of type DataSet
 java.util.List<PredictionSet> DatabaseBean.getPredSetsFor(DataSet data)
          Retrieves prediction sets for a set of data.