|
X-Boost
2.3.8
|
A Binary Classifier. Implements the class BinaryClassifier. More...
Go to the source code of this file.
Classes | |
| struct | BinaryClassifier< FeatureExtractor, Policy > |
| A classifier composed by a Feature Extractor and an Evaluation Policy A "Second Level" classifier, merging a feature extractor algorithm with a feature evaluation classifier. More... | |
Functions | |
| template<class FeatureType , class Policy > | |
| std::istream & | operator>> (std::istream &in, BinaryClassifier< FeatureType, Policy > &s) |
| template<class FeatureType , class Policy > | |
| std::ostream & | operator<< (std::ostream &out, const BinaryClassifier< FeatureType, Policy > &s) |
A Binary Classifier. Implements the class BinaryClassifier.
A Binary Classifier without feature extractor. Implements the class BinaryClassifier.
1.8.7