iRoCS Toolbox
1.1.0
|
#include <lRandomTree.hh>
Public Member Functions | |
Node () | |
float | eval (const float *f) const |
bool | test (const float *f) const |
Data Fields | |
int | fIdx |
int | left |
int | right |
float | t |
Definition at line 62 of file lRandomTree.hh.
Node::Node | ( | ) |
bool Node::test | ( | const float * | f | ) | const |
float Node::eval | ( | const float * | f | ) | const |
int Node::fIdx |
Definition at line 67 of file lRandomTree.hh.
float Node::t |
Definition at line 68 of file lRandomTree.hh.
int Node::left |
Definition at line 69 of file lRandomTree.hh.
int Node::right |
Definition at line 70 of file lRandomTree.hh.