Description Usage Arguments Details
View source: R/initializer_functions.R
Initialises the LVs of the given node using PCA.
1 | PCA_initializer(node, rank = NULL)
|
node |
An object of the R6Class Node. |
rank |
An integer indicating the rank, or maximum number of LVs/PCs. If
left as |
The number of LVs or the rank
can be set explicitly, or it will be
automatically determined.
The function has no explicit return value, instead the R6Class node object is updated.
The PCA initializer suffers from the sign indeterminacy. This is an issue that will be adressed in future releases.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.