|
CNum 0.2.1
CPU-optimized ML library for C++
|
The loss, gradient, and hessian functions associated with a loss function. More...
#include <Loss.h>
Public Attributes | |
| LossFunction | loss_func |
| GHFunction | gradient_func |
| GHFunction | hessian_func |
The loss, gradient, and hessian functions associated with a loss function.
| GHFunction CNum::Model::Loss::LossProfile::gradient_func |
| GHFunction CNum::Model::Loss::LossProfile::hessian_func |
| LossFunction CNum::Model::Loss::LossProfile::loss_func |