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

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)
 

Detailed Description

A very simple decision stump with no parity Implements the class SimpleDecisionStump for BinaryClassifier.