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

a voting for majority classifier. More...

#include <string>
#include <iostream>
#include <fstream>
#include <stdexcept>
#include <algorithm>
#include "BoostableClassifier.h"

Go to the source code of this file.

Classes

struct  detail::traits< type, T >
 a traits to change the inner classifier form, to use or not a weighted one More...
 
struct  detail::traits< DicreteClassifier, T >
 DiscreteClassifiers uses BoostableClassifier object to convert the binary decision-stump (for example) to provide a floating-point response. More...
 
struct  detail::traits< RealClassifier, T >
 Other Classifier usually reports directly a floating-point response. More...
 
struct  BoostClassifier< Classifier >
 

Functions

template<class T >
std::istream & operator>> (std::istream &in, BoostClassifier< T > &dst)
 
template<class T >
std::ostream & operator<< (std::ostream &out, const BoostClassifier< T > &src)
 
template<class T >
bool sort_by_alpha (const BoostableClassifier< T > &a, const BoostableClassifier< T > &b)
 

Detailed Description

a voting for majority classifier.