discretevar {dprep} | R Documentation |
This function carries out ME discretization for a given attribute of a dataset. It is also called from within the function discr.mentr.
discretevar(data, var, n, p)
data |
The name of the dataset |
var |
The column where the attribute to be discretized is located |
n |
The number of rows of the dataset |
p |
The number of columns of the dataset |
Luis Daza