SHOGUN  v3.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
TMultipleCPinfo Struct Reference

Detailed Description

Multiple cutting plane models helper

Definition at line 31 of file StructuredModel.h.

Public Member Functions

 TMultipleCPinfo (uint32_t from, uint32_t N)

Public Attributes

uint32_t m_from
uint32_t m_N

Constructor & Destructor Documentation

TMultipleCPinfo ( uint32_t  from,
uint32_t  N 
)

standard constructor

Parameters
fromwhere this portion of data starts
Ntotal number of examples in portion

Definition at line 37 of file StructuredModel.h.

Member Data Documentation

uint32_t m_from

where this portion of data starts

Definition at line 39 of file StructuredModel.h.

uint32_t m_N

how many examples belong to this portion of data

Definition at line 41 of file StructuredModel.h.


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

SHOGUN Machine Learning Toolbox - Documentation