Package classification

Interface Summary
MetaClassifier This interface is for classes which implement some meta-classification scheme.
 

Class Summary
DataSet This class represents a set of data
DataValue This class represents a value for some attribute of a data instance
Ensemble This class represents multiple prediction sets that have been combined into an ensemble.
EnsembleBean This bean carries out the task of combining available predictions for each data set.
MajorityVoteClassifier Creates an ensemble by holding a majority vote among the included prediction sets.
Prediction This class represents a prediction about some attribute of an instance from a data set.
PredictionSet This class represents a set of predictions for a particular dataset.