66 void setModel(
Model& m);
74 void forwardSelection(
int k=4,
bool optPar=0);
80 void backwardSelection(
int k=4,
bool optPar=0);
82 void stepwiseSelection(
int k=4,
bool optPar=0);
88 void twinScan(
int k,
bool optPar=0);
94 void implicitSelection(
LinearModel& lm,
int act=1,
double d=1);
98 void removeHighlyCorrelatedFeatures(
double& cor_threshold);
102 void removeLowResponseCorrelation(
double& min_correlation);
106 void removeEmptyDescriptors();
108 void selectStat(
int s);
112 void setQualityIncreaseCutoff(
double& d);
121 void updateWeights(std::multiset<unsigned int>& oldDescIDs, std::multiset<unsigned int>& newDescIDs,
Vector<double>& oldWeights);
130 std::multiset<unsigned int>* findIrrelevantDescriptors();
139 void forward(
bool stepwise,
int k,
bool optPar);