| OptimizerAGBM | R Documentation |
This class defines a new object to conduct Nesterovs momentum in function space.
ncores |
( |
momentum |
( |
S4 object.
OptimizerAGBM$new(momentum) OptimizerAGBM$new(momentum, ncores)
This class doesn't contain public fields.
$getOptimizerType(): () -> character(1)
$getStepSize(): () -> numeric()
$getMomentumParameter(): () -> numeric(1)
$getSelectedMomentumBaselearner(): () -> character()
$getParameterMatrix(): () -> list(matrix()
$getErrorCorrectedPseudoResiduals(): () -> matrix()
optimizer = OptimizerAGBM$new(0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.