X-Boost  2.3.8
Classes | Functions
NaiveDecisionStump.h File Reference

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)
 

Detailed Description

A very simple decision stump with threshold 0 (could be a more luminance insesitive) Implements the class NaiveDecisionStump for BinaryClassifier.