Class glmdisc represents a discretization scheme associated with its optimal logistic regression model.
parametersThe parameters associated with the 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.