score_standardization_methods: Score standardization methods

Description Usage Arguments Value Examples

Description

Score standardization methods of function feature.removal.

Usage

1
min_max(x, na.rm = TRUE)

Arguments

x

The first parameter of score standardization method used in feature.removal is the sum-up dataframe. See details in the help page of function feature.removal.

na.rm

Bool. Remove NA or not.

Value

Numeric, normalized x to 0-1 range.

Examples

1
2
min_max(1:5)
min_max(c(1:5, NA), na.rm=TRUE)

iteremoval documentation built on Nov. 8, 2020, 11:12 p.m.