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

An hystogram based Bayesian classifier Implements the class BayesianStump for BinaryClassifier. More...

#include <iostream>
#include <vector>
#include <string>
#include "_stdint.h"
#include "Types.h"

Go to the source code of this file.

Classes

struct  BayesianStump< DataType >
 

Functions

template<class DataType >
std::istream & operator>> (std::istream &in, BayesianStump< DataType > &s)
 
template<class DataType >
std::ostream & operator<< (std::ostream &out, const BayesianStump< DataType > &s)
 

Detailed Description

An hystogram based Bayesian classifier Implements the class BayesianStump for BinaryClassifier.