Feature Selection ToolboxFST3 Library / Documentation

FST::Sequential_Step_Straight< RETURNTYPE, DIMTYPE, SUBSET, CRITERION > Class Template Reference

Implements standard sequential selection step in sequential search type of methods. More...

#include <seq_step_straight.hpp>

Inheritance diagram for FST::Sequential_Step_Straight< RETURNTYPE, DIMTYPE, SUBSET, CRITERION >:
Collaboration diagram for FST::Sequential_Step_Straight< RETURNTYPE, DIMTYPE, SUBSET, CRITERION >:

List of all members.

Public Types

typedef Sequential_Step
< RETURNTYPE, DIMTYPE, SUBSET,
CRITERION > 
parent
typedef boost::shared_ptr
< CRITERION > 
PCriterion
typedef boost::shared_ptr< SUBSET > PSubset

Public Member Functions

bool evaluate_candidates (RETURNTYPE &result, const PSubset sub, const PCriterion crit, const DIMTYPE _generalization_level=1, std::ostream &os=std::cout)
 chooses among subsets offered by sub->get*CandidateSubset()
virtual std::ostream & print (std::ostream &os) const

Private Attributes

boost::scoped_ptr< SUBSET > tmp_step_sub
bool track

Detailed Description

template<class RETURNTYPE, typename DIMTYPE, class SUBSET, class CRITERION>
class FST::Sequential_Step_Straight< RETURNTYPE, DIMTYPE, SUBSET, CRITERION >

Implements standard sequential selection step in sequential search type of methods.

Examples:

demo10.cpp, demo11.cpp, demo20.cpp, demo21.cpp, demo22.cpp, demo23.cpp, demo26.cpp, demo30.cpp, demo33.cpp, demo51.cpp, demo54.cpp, demo55.cpp, demo56.cpp, demo60.cpp, demo61.cpp, demo62.cpp, and demo63.cpp.


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

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