Feature Selection ToolboxFST3 Library / Documentation

FST::Branch_And_Bound_Predictor< RETURNTYPE, DIMTYPE > Class Template Reference

Defines Interface for Implementations of Prediction Mechanism in Fast Branch and Bound & Branch and Bound with Partial Prediction. More...

#include <branch_and_bound_predictor.hpp>

Inheritance diagram for FST::Branch_And_Bound_Predictor< RETURNTYPE, DIMTYPE >:

List of all members.

Public Member Functions

virtual void initialize (const DIMTYPE features)=0
virtual bool learn (const DIMTYPE feature, const RETURNTYPE value)=0
virtual bool predict (const DIMTYPE feature, RETURNTYPE &value) const =0
virtual std::ostream & print (std::ostream &os) const

Friends

std::ostream & operator<< (std::ostream &os, const Branch_And_Bound_Predictor< RETURNTYPE, DIMTYPE > &babp)

Detailed Description

template<class RETURNTYPE, typename DIMTYPE>
class FST::Branch_And_Bound_Predictor< RETURNTYPE, DIMTYPE >

Defines Interface for Implementations of Prediction Mechanism in Fast Branch and Bound & Branch and Bound with Partial Prediction.


The documentation for this class was generated from the following file:

Generated on Thu Mar 31 11:38:39 2011 for FST3Library by  doxygen 1.6.1