Public Member Functions | |
AttrComp (vector< SensorPoint::Ptr > *c_dataset, int c_attr) | |
bool | operator() (int inst_i, int inst_j) |
Public Attributes | |
int | attr |
vector< SensorPoint::Ptr > * | dataset |
Definition at line 28 of file random_forest.cpp.
collision_detection::AttrComp::AttrComp | ( | vector< SensorPoint::Ptr > * | c_dataset, |
int | c_attr | ||
) | [inline] |
Definition at line 31 of file random_forest.cpp.
bool collision_detection::AttrComp::operator() | ( | int | inst_i, |
int | inst_j | ||
) | [inline] |
Definition at line 35 of file random_forest.cpp.
Definition at line 29 of file random_forest.cpp.
vector< SensorPoint::Ptr >* collision_detection::AttrComp::dataset |
Definition at line 30 of file random_forest.cpp.