powered by
This loss can be used for binary classification. The coding we have chosen here acts on \(y \in \{-1, 1\}\).
S4 object.
S4
LossBinomial$new() LossBinomial$new(offset)
offset
numeric(1)
Numerical value which can be used to set a custom offset. If so, this value is returned instead of the loss optimal initialization.
This class is a wrapper around the pure C++ implementation. To see the functionality of the C++ class visit https://schalkdaniel.github.io/compboost/cpp_man/html/classloss_1_1_binomial_loss.html.
C++
# NOT RUN { # Create new loss object: bin.loss = LossBinomial$new() bin.loss # }
Run the code above in your browser using DataLab