Multiple cutting plane models helper
在文件 StructuredModel.h 第 35 行定义.
Public 成员函数 | |
TMultipleCPinfo (uint32_t from, uint32_t N) | |
Public 属性 | |
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 |
在文件 StructuredModel.h 第 41 行定义.
uint32_t m_from |
where this portion of data starts
在文件 StructuredModel.h 第 43 行定义.
uint32_t m_N |
how many examples belong to this portion of data
在文件 StructuredModel.h 第 45 行定义.