浏览该文件的文档.
17 #ifndef _LOSSFUNCTION_H__
18 #define _LOSSFUNCTION_H__
77 return loss(prediction * label);
99 return loss(prediction * label);
121 return loss(prediction * label);
169 virtual const char*
get_name()
const {
return "LossFunction"; }
172 #endif // _LOSSFUNCTION_H__
SHOGUN 机器学习工具包 - 项目文档