Description Usage Arguments Value Examples
View source: R/discretization.R
discretization.apply - apply discreatization intervals to data
1 | discretization.apply(data, thresholds)
|
thresholds |
- values computed by discretization.prepare function |
data with continuous values replaced with discrete values
1 2 | t = discretization.prepare(iris, c(1,2), list(list(5, 'even'),list(6, 'size')))
transformed = discretization.apply(iris, t)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.