owlqn_c | R Documentation |
OWL-QN for optimising loss_smooth Cpp implementation
owlqn_c(alpha, dc, lambda1 = 0, max_iterations = 300, ..., invisible = TRUE)
alpha |
linear model to optimise |
dc |
DataContainer containing the data and parameters |
lambda1 |
L1 coefficient (default: 0) |
max_iterations |
number of OWL-QN iterations (default: 300) |
... |
other parameters to OWL-QN |
invisible |
no terminal output (default: TRUE) |
lbfgs object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.