SHOGUN  4.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
List of all members | Public Attributes
ICP_stats Struct Reference

Detailed Description

inactive cutting plane statistics

Definition at line 50 of file libbmrm.h.

Public Attributes

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

Member Data Documentation

uint32_t* ACPs

vector of the active CPs

Definition at line 62 of file libbmrm.h.

float64_t* H_buff

Temporary buffer for storing H

Definition at line 65 of file libbmrm.h.

uint32_t* ICPcounter

vector of the number of iterations the CPs were inactive

Definition at line 56 of file libbmrm.h.

float64_t** ICPs

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

Definition at line 59 of file libbmrm.h.

uint32_t maxCPs

maximum number of CP stats we can hold

Definition at line 53 of file libbmrm.h.


The documentation for this struct was generated from the following file:

SHOGUN Machine Learning Toolbox - Documentation