Uses of Class
ensemble.Prediction_set

Packages that use Prediction_set
ensemble   
 

Uses of Prediction_set in ensemble
 

Methods in ensemble that return types with arguments of type Prediction_set
 java.util.List<Prediction_set> DatabaseBean.getPredListFor(Data_set data)
          Retrieves a list of all predictions for the given data set.
 

Methods in ensemble with parameters of type Prediction_set
 void DatabaseBean.excludePredictions(Prediction_set pSet, boolean exclude)
          Sets the flag indicating whether a set of predictions should be excluded from ensembles.
 void DatabaseBean.removePred(Prediction_set ps)
          Deletes a set of predictions from the database, and deletes its XML file.