Class glmdisc represents a discretization scheme associated with its optimal logistic regression model.

Slots

parameters

The parameters associated with the 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.