|
void | setBreadth (int breadth) |
|
void | setCut (int cut) |
|
void | setSortingShape (int sortingShape) |
|
void | setChoiceShape (int choiceShape) |
|
void | setLookAheadDepth (int lookAheadDepth) |
|
void | setMultTempo (double multTempo) |
|
| AOS (const Data< T > &samples, classifier::Classifier< T > *classifier, int final_dim, typename validation::CrossValidation *cv=nullptr, int breadth=3, int sorting_shape=1, int choice_shape=1, int look_ahead_depth=0, int cut=0, int skip=1, double bonus=0, int startover=999999, double g_margin=0, bool doleave_oo=0, int verbose=0) |
|
Data< T > | selectFeatures () override |
| Function that executes the feature selection phase. More...
|
|
void | mainLoop (Data< T > &sample) |
|
double | lookAhead (Data< T > &sample, std::vector< int > fnames_orig, std::vector< double > w_orig, int level_orig) |
|
void | setQ (int q) |
|
void | setSamples (const std::shared_ptr< Data< double > > &samples) |
| setSamples Set the samples used for the FeatureSelection. More...
|
|
void | setSamples (const Data< double > &samples) |
|
void | setClassifier (classifier::Classifier< double > *classifier) |
| setClassifier Set the classifier used for the FeatureSelection. More...
|
|
void | setFinalDimension (int final_dim) |
| setFinalDimension Set the classifier used for the FeatureSelection. More...
|
|
void | setDepth (int depth) |
| setDepth Set the depth of the search. More...
|
|
void | setJump (int jump) |
| setJump Set the jump value. More...
|
|
void | setSkip (int skip) |
| setSkip Set the skip value. More...
|
|
void | setVerbose (int verbose) |
| setVerbose Set the verbose level. More...
|
|
void | setCrossValidation (validation::CrossValidation *cv) |
| setCrossValidation Set the cross validation structure. More...
|
|