bin_index_finder_nest: Find bin index from R-tree structure

Description Usage Arguments Value

View source: R/IterativeQuantileSupportFunctions.R

Description

Use R-tree structure using from make_bin_list() function to find bin index for new observation

Usage

1
bin_index_finder_nest(x, bin_def, strict = TRUE)

Arguments

x

vector of input values for each of the binned dimensions

bin_def

Iterative quantile binning definition list

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.

Value

bin index for new observation


kmaurer/iqbin documentation built on Jan. 1, 2020, 6:48 p.m.