An S4 class to represent a discretization scheme.

Slots

method.name

The name of the used discretization method.

parameters

The parameters associated with the used method.

best.disc

The best discretization scheme found by the method given its parameters.

performance

The performance obtained with the method given its parameters.

disc.data

The 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.data

The 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.