A classifier composed by an index of a feature and an Evaluation Policy.
More...
#include <IndirectBinaryClassifier.h>
Inherits Policy.
|
| template<class DataType > |
| int | operator() (const DataType *features, long stride) const |
| |
|
|
static std::string | signature () |
| |
|
|
int | feature_index |
| | the index of the feature used during the classification stage
|
| |
template<class Policy>
struct IndirectBinaryClassifier< Policy >
A classifier composed by an index of a feature and an Evaluation Policy.
template<class Policy>
template<class DataType >
Classify using a Decision Stump on features response
- Parameters
-
| features | a list of features extracted |
| stride | the shift between two consecutive features |
The documentation for this struct was generated from the following file: