#include <stdbool.h>

Go to the source code of this file.
Classes | |
| struct | qn_params |
Typedefs | |
| typedef enum qn_loss_type | qn_loss_type |
| typedef struct qn_params | qn_params |
Enumerations | |
| enum | qn_loss_type { QN_LOSS_LOGISTIC = 0 , QN_LOSS_SQUARED = 1 , QN_LOSS_SOFTMAX = 2 , QN_LOSS_SVC_L1 = 3 , QN_LOSS_SVC_L2 = 4 , QN_LOSS_SVR_L1 = 5 , QN_LOSS_SVR_L2 = 6 , QN_LOSS_ABS = 7 , QN_LOSS_UNKNOWN = 99 } |
| typedef enum qn_loss_type qn_loss_type |
| enum qn_loss_type |
Loss function types supported by the Quasi-Newton solvers.