Description Usage Arguments Value See Also Examples
View source: R/IterativeQuantileBinning.R
Assigning New observations to Existing Iterative Quantile Bins by using binning definition created by iqbin function
1  | iqbin_assign(bin_def, new_data, output = "data", strict = FALSE)
 | 
bin_def | 
 Iterative quantile binning definition list as output from   | 
new_data | 
 Data frame with column names matching the binned columns from bin-training data  | 
output | 
 Matches format of   | 
strict | 
 TRUE/FALSE: If TRUE Observations must fall within existing bins to be assigned; if FALSE the outer bins in each dimension are unbounded to allow outlying values to be assigned.  | 
list of new_data, binned data and indecies. Optionally the bin definition may also be included
Other iterative quantile binning functions: iqbin_stretch,
iqbin
1 2 3 4 5  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.