pktools
2.6.7
Processing Kernel for geospatial data
|
Public Member Functions | |
template<class T > | |
double | forward (std::vector< Vector2d< T > > &v, CostFactory &theCostFactory, std::list< int > &subset, int maxFeatures=0, short verbose=0) |
template<class T > | |
double | backward (std::vector< Vector2d< T > > &v, CostFactory &theCostFactory, std::list< int > &subset, int minFeatures, short verbose=0) |
template<class T > | |
double | floating (std::vector< Vector2d< T > > &v, CostFactory &theCostFactory, std::list< int > &subset, int maxFeatures=0, double epsilon=0.001, short verbose=0) |
template<class T > | |
double | bruteForce (std::vector< Vector2d< T > > &v, CostFactory &theCostFactory, std::list< int > &subset, int maxFeatures=0, short verbose=0) |
Definition at line 35 of file FeatureSelector.h.