SHOGUN  v3.2.0
所有成员列表 | Public 属性
ICP_stats结构体 参考

详细描述

inactive cutting plane statistics

在文件 libbmrm.h46 行定义.

Public 属性

uint32_t maxCPs
 
uint32_t * ICPcounter
 
float64_t ** ICPs
 
uint32_t * ACPs
 
float64_tH_buff
 

类成员变量说明

uint32_t* ACPs

vector of the active CPs

在文件 libbmrm.h58 行定义.

float64_t* H_buff

Temporary buffer for storing H

在文件 libbmrm.h61 行定义.

uint32_t* ICPcounter

vector of the number of iterations the CPs were inactive

在文件 libbmrm.h52 行定义.

float64_t** ICPs

vector of addresses of the inactive CPs that needs to be pruned

在文件 libbmrm.h55 行定义.

uint32_t maxCPs

maximum number of CP stats we can hold

在文件 libbmrm.h49 行定义.


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

SHOGUN Machine Learning Toolbox - Documentation