宏定义 | |
| #define | HINGELOSS 1 |
| #define | SMOOTHHINGELOSS 2 |
| #define | SQUAREDHINGELOSS 3 |
| #define | LOGLOSS 10 |
| #define | LOGLOSSMARGIN 11 |
| #define | LOSS HINGELOSS |
| #define | REGULARIZEBIAS 0 |
函数 | |
| float64_t | loss (float64_t z) |
| float64_t | dloss (float64_t z) |
| #define HINGELOSS 1 |
在文件SVMSGD.cpp第29行定义。
| #define LOGLOSS 10 |
在文件SVMSGD.cpp第32行定义。
| #define LOGLOSSMARGIN 11 |
在文件SVMSGD.cpp第33行定义。
| #define LOSS HINGELOSS |
在文件SVMSGD.cpp第36行定义。
| #define REGULARIZEBIAS 0 |
在文件SVMSGD.cpp第39行定义。
| #define SMOOTHHINGELOSS 2 |
在文件SVMSGD.cpp第30行定义。
| #define SQUAREDHINGELOSS 3 |
在文件SVMSGD.cpp第31行定义。
在文件SVMSGD.cpp第74行定义。
在文件SVMSGD.cpp第42行定义。