An S4 class to represent a discretization scheme.
method.nameThe name of the used discretization method.
parametersThe parameters associated with the used method.
best.discThe best discretization scheme found by the method given its parameters.
performanceThe performance obtained with the method given its parameters.
disc.dataThe discretized data: test set if test is TRUE; if test is FALSE and validation is TRUE, then it provides the discretized validation set. Otherwise, it provides the discretized training set.
disc.dataThe continuous data: test set if test is TRUE; if test is FALSE and validation is TRUE, then it provides the discretized validation set. Otherwise, it provides the discretized training set.