CNum 0.2.1
CPU-optimized ML library for C++
Loading...
Searching...
No Matches
CNum::Model::Loss::LossProfile Struct Reference

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

Detailed Description

The loss, gradient, and hessian functions associated with a loss function.

Member Data Documentation

◆ gradient_func

GHFunction CNum::Model::Loss::LossProfile::gradient_func

◆ hessian_func

GHFunction CNum::Model::Loss::LossProfile::hessian_func

◆ loss_func

LossFunction CNum::Model::Loss::LossProfile::loss_func

The documentation for this struct was generated from the following file: