Description Usage Arguments Value Examples
View source: R/discretization.R
discretization.prepare - compute discreatization thresholds
1 | discretization.prepare(data, columnIndices, columnOptions)
|
columnOptions |
list of options in followin form per column [0] numSlices - number of discrete values to produce [1] type - type of discreatization, one of: - 'even' - split domain by even slices, where slice size is (max - min)/numSlices - 'size' - split domain by slices of even numer of examples in them |
list of threshold values of size (numSlices - 1)
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.