SetLambdasandRowReg | R Documentation |
Provide the values for the graph regularization \lambda_{\textbf{W}^v}
for each modality as a list, provide the value for the sparsity constraint \lambda_{\mathbf{H}}
,
and select whether to use L2 norm regularization.
SetLambdasandRowReg(
SickleJr,
lambdaWlist = list(10, 50),
lambdaH = 500,
rowReg = "None"
)
SickleJr |
An object of class SickleJr |
lambdaWlist |
A list of graph regularization constraints for the |
lambdaH |
A numeric holding the sparsity constraint on |
rowReg |
A string that is equal to |
An object of class SickleJr with the lambda hyperparameter values added to its lambdaWlist
and lambdaH
slots and with the
row regularization value added to its rowRegularization
slot
SimSickleJrSmall<-SetLambdasandRowReg(SimSickleJrSmall,
lambdaWlist=list(10,50),lambdaH=500,rowReg="None")
SimSickleJrSmall<-SetLambdasandRowReg(SimSickleJrSmall,
lambdaWlist=list(3,15),lambdaH=0,rowReg="L2Norm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.