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

A Binary Classifier. Implements the class BinaryClassifier. More...

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

Go to the source code of this file.

Classes

struct  BinaryClassifier< FeatureExtractor, Policy >
 A classifier composed by a Feature Extractor and an Evaluation Policy A "Second Level" classifier, merging a feature extractor algorithm with a feature evaluation classifier. More...
 

Functions

template<class FeatureType , class Policy >
std::istream & operator>> (std::istream &in, BinaryClassifier< FeatureType, Policy > &s)
 
template<class FeatureType , class Policy >
std::ostream & operator<< (std::ostream &out, const BinaryClassifier< FeatureType, Policy > &s)
 

Detailed Description

A Binary Classifier. Implements the class BinaryClassifier.

A Binary Classifier without feature extractor. Implements the class BinaryClassifier.