Rdocumentation
powered by
Learn R Programming
FTRLProximal (version 0.3.0)
ftrlprox: FTRL Proximal
Description
Online elastic net regression using the FTRL Proximal algorithm for training.
Usage
ftrlprox(x, ...)
Arguments
x
the model matrix containing features
...
the rest of the model parameters
Value
ftrlprox model object
Details
This is the generic method. Please look at ftrlprox.matrix and ftrlprox.formula for the model matrix and formula versions respectively.