| cutPoints {discretization} | R Documentation |
Auxiliary function for the MDLP
Description
This function is required to perform the Minimum Description Length Principle.mdlp
Usage
cutPoints(x, y)
Arguments
x |
a vector of numeric value |
y |
class variable vector |
Author(s)
HyunJi Kim polaris7867@gmail.com
See Also
cutIndex,
ent,
mergeCols,
mdlStop,
mylog,
mdlp .
[Package discretization version 1.0-1.1 Index]