rerow {coloredICA} | R Documentation |
This function reorders and standardizes the rows of a matrix.
rerow(w)
w |
Matrix to standardize. |
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.
It returns the standardized matrix.
It is auxiliary for cICA
and scICA
functions.
Lee, S., Shen, H., Truong, Y. and Zanini, P.