rerow: Standardization of a matrix reordering the rows

Description Usage Arguments Details Value Note Author(s) See Also

View source: R/rerow.R

Description

This function reorders and standardizes the rows of a matrix.

Usage

1
rerow(w)

Arguments

w

Matrix to standardize.

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.

Value

It returns the standardized matrix.

Note

It is auxiliary for cICA and scICA functions.

Author(s)

Lee, S., Shen, H., Truong, Y. and Zanini, P.

See Also

amari_distance, cICA, scICA


coloredICA documentation built on May 1, 2019, 10:55 p.m.

Related to rerow in coloredICA...