Rdocumentation
powered by
Learn R Programming
AnDE (version 1.0)
mdl: mdl
Description
This function takes in a data frame to be discretized. The data type of the columns are important. Only the numeric columns are discretized.
Usage
mdl(data)
Arguments
data
data.frame. This data frame is discretized and returned.
Value
list of cut points and the discretized data frame
Details
Here we use Fayyad's mdl discretization method. Discretizing data by MDL method as implemented in the package 'discretization'