bin_: generic method for bin_

Description Usage Arguments Value Methods (by class)

Description

generic method for bin_

Usage

1
2
3
4
5
6
7
8
9
bin_(.self, b, ...)

## S4 method for signature 'Binary_Performance,Continuous'
bin_(.self, b, min.iv = 0.01,
  min.cnt = 10, min.res = 0, max.bin = 10, mono = 0,
  exceptions = numeric(0))

## S4 method for signature 'Binary_Performance,Discrete'
bin_(.self, b, ...)

Arguments

.self

the Performance object calling bin_

b

a Bin object

min.iv

minimum information value to split

min.cnt

minimum number of observations per bin

min.res

minimum number of response counts per bin

max.bin

maximum number of resulting bins

mono

montoncity constraint of discretization process

exceptions

numeric vector of values to exclude from discretization#'

.self

a Binary_Performance object

b

a Continuous bin object

Value

modifies the Bin object in place

modifies the Bin object in place

Methods (by class)


Zelazny7/binnr documentation built on May 10, 2019, 1:55 a.m.