SHOGUN
4.2.0
|
Multiple cutting plane models helper
Definition at line 35 of file StructuredModel.h.
Public Member Functions | |
TMultipleCPinfo (uint32_t from, uint32_t N) | |
Public Attributes | |
uint32_t | m_from |
uint32_t | m_N |
TMultipleCPinfo | ( | uint32_t | from, |
uint32_t | N | ||
) |
standard constructor
from | where this portion of data starts |
N | total number of examples in portion |
Definition at line 41 of file StructuredModel.h.
uint32_t m_from |
where this portion of data starts
Definition at line 43 of file StructuredModel.h.
uint32_t m_N |
how many examples belong to this portion of data
Definition at line 45 of file StructuredModel.h.