Uses of Class
prea.data.preparation.DatasetManager

Packages that use DatasetManager
prea.data.preparation   
 

Uses of DatasetManager in prea.data.preparation
 

Subclasses of DatasetManager in prea.data.preparation
 class KfoldCrossValidation
          This class implements K-fold cross-validation.
 class PredefinedSplit
          When a predefined split file is available, this class helps to split train/test set as defined in the file.
 class SimpleSplit
          This class helps to split data matrix into train set and test set, based on the test set ratio defined by the user.