Uses of Interface
classification.MetaClassifier

Packages that use MetaClassifier
classification   
 

Uses of MetaClassifier in classification
 

Classes in classification that implement MetaClassifier
 class MajorityVoteClassifier
          Creates an ensemble by holding a majority vote among the included prediction sets.
 

Methods in classification that return types with arguments of type MetaClassifier
 java.util.List<MetaClassifier> EnsembleBean.getClassifierList()
          The list of meta-classifiers currently available.
 

Constructors in classification with parameters of type MetaClassifier
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.