#include <ml.hpp>
Public Attributes | |
union { | |
struct { | |
float c | |
int split_point | |
} ord | |
int subset [2] | |
}; | |
int | condensed_idx |
int | inversed |
CvDTreeSplit * | next |
float | quality |
int | var_idx |
union { ... } |
float CvDTreeSplit::c |
struct { ... } CvDTreeSplit::ord |
float CvDTreeSplit::quality |
int CvDTreeSplit::subset[2] |