Description Usage Arguments Value Examples
View source: R/Standardization.R
Performs column-centering and standardization so that the Frobenius norm within each view is equal to one.
1 | standardizeX(X, pvec, center = T)
|
X |
A n x p concatenated data matrix of views X_1,...,X_d. |
pvec |
A vector of values p_1,....,p_d corresponding to the number of measurements within each view. |
center |
A logical indicator of whether the columns of X should be centered. The default value is TRUE. |
A list with the elements
X |
A n x p concatenated data matrix that has been column-centered and standardized so that Frobenius norm within each view is equal to one. |
svec |
A vector of largest singular values for each view after centering and standardization. |
norms |
A vector of Frobenius norms for each view before scaling. |
Xmean |
A vector of column means of X before centering. A zero vector is returned if |
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.