SHOGUN  v3.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Attributes
ICP_stats Struct Reference

Detailed Description

inactive cutting plane statistics

Definition at line 46 of file libbmrm.h.

List of all members.

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 58 of file libbmrm.h.

Temporary buffer for storing H

Definition at line 61 of file libbmrm.h.

uint32_t* ICPcounter

vector of the number of iterations the CPs were inactive

Definition at line 52 of file libbmrm.h.

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

Definition at line 55 of file libbmrm.h.

uint32_t maxCPs

maximum number of CP stats we can hold

Definition at line 49 of file libbmrm.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation