Rdocumentation
powered by
Learn R Programming
dprep (version 2.1)
disc2: Auxiliary function for performing discretization using equal frequency
Description
This function is called by the disc.ef function in the dprep library.
Usage
disc2(x, k)
Arguments
x
A numerical vector
k
The number of intervals
See Also
disc.ef