Doxygen
|
|
Training Utils implemented as an cpp object. More...
#include <iostream>
#include <fstream>
#include <iomanip>
#include "TrainExamples.h"
#include "commonUtil.h"
#include "detectUtil.h"
Go to the source code of this file.
Macros | |
#define | VERBOSE true |
#define | NEGATIVE 1 |
#define | POSITIVE 0 |
Typedefs | |
typedef Matrix< long double, Dynamic, 1 > | VectorXld |
Training Utils implemented as an cpp object.
Definition in file TrainExamples.cpp.
#define NEGATIVE 1 |
Definition at line 33 of file TrainExamples.cpp.
#define POSITIVE 0 |
Definition at line 34 of file TrainExamples.cpp.
#define VERBOSE true |
Definition at line 32 of file TrainExamples.cpp.
typedef Matrix<long double,Dynamic,1> VectorXld |
Definition at line 38 of file TrainExamples.cpp.