disc2 {dprep} | R Documentation |
This function is called by the disc.ef function in the dprep library.
disc2(x, k, out=c("symb","num"))
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". |
Edgar Acuna