|
SHOGUN
v3.0.0
|
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 |
| 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 37 of file StructuredModel.h.
| 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.