set.penalty {sgdGMF} | R Documentation |
Check and set the penalty parameters
Description
Check if the input penalty parameters are allowed and set them to default values if they are not. Returns a list of well-defined penalty parameters.
Usage
set.penalty(B = 0, A = 0, U = 1, V = 0)
Arguments
B |
penalty parameter of |
A |
penalty parameter of |
U |
penalty parameter of |
V |
penalty parameter of |
[Package sgdGMF version 1.0.1 Index]