|
X-Boost
2.3.8
|
A very simple decision stump with threshold 0 (could be a more luminance insesitive) Implements the class NaiveDecisionStump for BinaryClassifier. More...
Go to the source code of this file.
Classes | |
| struct | NaiveDecisionStump |
Functions | |
| std::istream & | operator>> (std::istream &in, NaiveDecisionStump &s) |
| std::ostream & | operator<< (std::ostream &out, const NaiveDecisionStump &s) |
A very simple decision stump with threshold 0 (could be a more luminance insesitive) Implements the class NaiveDecisionStump for BinaryClassifier.
1.8.7