SetWandHfromWHinitials | R Documentation |
\mathbf{W}
matrices and \mathbf{H}
matrix from pre-calculated valuesUse values calculated in the step to determine number of latent factors in the initial
steps for the jrSiCKLSNMF algorithm. If only a subset was calculated, this produces an error.
In this case, please use GenerateWmatricesandHmatrix
to generate new
\mathbf{W}^v
matrices and a new \mathbf{H}
matrix.
SetWandHfromWHinitials(SickleJr, d)
SickleJr |
An object of class SickleJr |
d |
The number of desired latent factors |
An object of class SickleJr with the Wlist
slot and the H
slot filled from pre-calculated values.
SimSickleJrSmall<-SetWandHfromWHinitials(SimSickleJrSmall,d=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.