Learn R Programming

coloredICA (version 1.0.0)

rerow: Standardization of a matrix reordering the rows

Description

This function reorders and standardizes the rows of a matrix.

Usage

rerow(w)

Arguments

w
Matrix to standardize.

Value

It returns the standardized matrix.

Details

The standardization is done in such a way that every row has length 1, the largest absolute value of the row has a positive sign and the rows are ordered decreasingly according to their largest value.

See Also

amari_distance, cICA, scICA