Rdocumentation
powered by
Learn R Programming
dprep (version 3.0.2)
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, out=c("symb","num"))
Arguments
x
A numerical vector
k
The number of intervals
out
To get the discretized data in numerical fromat enter "num". To get the discretized data in interval format enter "symb".
See Also
disc.ef