|
X-Boost
2.3.8
|
A (really) weak classifier. Implements the policy DecisionStump for BinaryClassifier. More...
Go to the source code of this file.
Classes | |
| struct | DecisionStump< DataType > |
| A Weak Classifier based on a Feature Extractor policy. More... | |
Functions | |
| template<class DataType > | |
| std::istream & | operator>> (std::istream &in, DecisionStump< DataType > &s) |
| template<class DataType > | |
| std::ostream & | operator<< (std::ostream &out, const DecisionStump< DataType > &s) |
A (really) weak classifier. Implements the policy DecisionStump for BinaryClassifier.
1.8.7