normalize: Normalize Data

Description Usage Arguments Value

Description

Normalize data using min-max scaling. Normalized data is bounded between 0 and 1

Usage

1
normalize(x, y = NULL)

Arguments

x

a matrix or data.frame to normalize

y

an optional matrix or data.frame previously normalized from which normalization paramter can be extracted.

Value

matrix or data.frame with normalized data


dsnavega/grnnet documentation built on May 9, 2019, 5 a.m.