Learn R Programming

riemstats (version 0.2.0)

normalization: Normalize Rows of a Matrix

Description

Centers and scales each row of a matrix to have zero mean and unit norm.

Usage

normalization(si)

Value

A matrix with each row centered and scaled.

Arguments

si

A numeric matrix.