|
X-Boost
2.3.8
|
A very simple decision stump with no parity Implements the class SimpleDecisionStump for BinaryClassifier. More...
#include "Types.h"Go to the source code of this file.
Classes | |
| struct | SimpleDecisionStump< DataType > |
Functions | |
| template<class DataType > | |
| std::istream & | operator>> (std::istream &in, SimpleDecisionStump< DataType > &s) |
| template<class DataType > | |
| std::ostream & | operator<< (std::ostream &out, const SimpleDecisionStump< DataType > &s) |
A very simple decision stump with no parity Implements the class SimpleDecisionStump for BinaryClassifier.
1.8.7