Rdocumentation
powered by
Learn R Programming
AnDE (version 1.0)
discretizer: discretizer
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
discretizer(data)
Arguments
data
data.frame. This data frame is discretized and returned.
Value
data data.frame. This the discretized data frame
Details
Here we use Fayyad's mdl discretization method. Discretizing data by MDL method as implemented in the package 'discretization'