SHOGUN  4.1.0
所有成员列表 | Public 成员函数 | Public 属性
CGEMPLP::Parameter结构体 参考

详细描述

Parameter for GEMPLP

在文件 GEMPLP.h48 行定义.

Public 成员函数

 Parameter (const int32_t max_iter=1000, const float64_t obj_del_thr=0.0002, const float64_t int_gap_thr=0.0002)
 

Public 属性

int32_t m_max_iter
 
float64_t m_obj_del_thr
 
float64_t m_int_gap_thr
 

构造及析构函数说明

Parameter ( const int32_t  max_iter = 1000,
const float64_t  obj_del_thr = 0.0002,
const float64_t  int_gap_thr = 0.0002 
)

在文件 GEMPLP.h50 行定义.

类成员变量说明

float64_t m_int_gap_thr

threshold of the duality gap, i.e., primal_obj - dual_obj

在文件 GEMPLP.h63 行定义.

int32_t m_max_iter

maximum number of outer iterations

在文件 GEMPLP.h59 行定义.

float64_t m_obj_del_thr

threshold of the delta objective value, i.e., last_obj - curr_obj

在文件 GEMPLP.h61 行定义.


该结构体的文档由以下文件生成:

SHOGUN 机器学习工具包 - 项目文档