Description Usage Arguments Details Value
Defines a one-class logistic regression (OCLR) task
1 | model_oclr(nonneg = FALSE)
|
nonneg |
set to TRUE to enforce non-negativity constraints on the weights (default: FALSE) |
The OCLR objective function is defined as
-\frac{1}{n} ∑_i s_i - \log( 1 + \exp(s_i) ) + R(w)
where
s_i = w^T x_i
A GELnet task definition that can be combined with gelnet() output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.