Description Usage Arguments Details Value
Trains a model on the definition constructed by gelnet()
1 2 | gelnet_train(modeldef, max_iter = 100L, eps = 1e-05, silent = FALSE,
verbose = FALSE)
|
modeldef |
model definition constructed through gelnet() arithmetic |
max_iter |
maximum number of iterations |
eps |
convergence precision |
silent |
set to TRUE to suppress run-time output to stdout; overrides verbose (default: FALSE) |
verbose |
set to TRUE to see extra output; is overridden by silent (default: FALSE) |
The training is performed through cyclical coordinate descent, and the optimization is terminated after the desired tolerance is achieved or after a maximum number of iterations.
A GELNET model, expressed as a list with two elements:
p-by-1 vector of p model weights
scalar, bias term for the linear model (omitted for one-class models)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.