scaler: Perform feature scaling on a vector, matrix, data.frame, or...

Description Usage Arguments

View source: R/feature-scale.R

Description

Perform feature scaling on a vector, matrix, data.frame, or tibble

Usage

1
scaler(x, type = "standard", margin = 2L, ...)

Arguments

x

One of (data.frame, matrix, tibble)

type

string indicating the type of supported scaling function. Supported types: c(standardization, mean scaling, minmax scaling, unit vector scaling, sqrt) default: standardize

margin

margin to apply over (default: 2L)


ifrit98/R2deepR documentation built on June 19, 2020, 7:45 a.m.