binary_coding.apply: binary_coding.apply - add new binary values columns to data

Description Usage Arguments Value Examples

View source: R/binary_coding.R

Description

binary_coding.apply - add new binary values columns to data

Usage

1
binary_coding.apply(data, transformation_parameters, replace = F)

Arguments

transformation_parameters

- paramets obtained from binary_coding.prepare

replace

- replace exisiting columns with new ones (default False)

Value

data with added binary columns

Examples

1
2
t = binary_coding.prepare(iris, c(5))
binary_coding.apply(iris, t) -> add 2 new colums binary representing 3 classes

rzaluska/mow documentation built on May 4, 2019, 1:22 p.m.