#include <stdio.h>#include "outlet_pose_estimation/detail/learning.h"#include <ml.h>

Go to the source code of this file.
Functions | |
| void | get_stat (CvMat *labels, int *stat) |
| CvRTrees * | train_rf (CvMat *predictors, CvMat *labels) |
| void get_stat | ( | CvMat * | labels, | |
| int * | stat | |||
| ) |
Definition at line 35 of file learning.cpp.
| CvRTrees* train_rf | ( | CvMat * | predictors, | |
| CvMat * | labels | |||
| ) |
Definition at line 13 of file learning.cpp.