Scaling: Data Scaling

View source: R/utils.R

ScalingR Documentation

Data Scaling

Description

Scale and center data.

Usage

Scaling(matrix, verbose = FALSE)

Arguments

matrix

Matrix to use.

verbose

Whether to display a process bar. Default is FALSE.

Value

Returns a scaled and centered data.

Examples

{
data.use <- matrix(runif(100), 10)
scaled.data <- Scaling(data.use)
}


stevexniu/FuseNet documentation built on May 16, 2022, 12:23 p.m.