conststd::string_feature_space_file;//!< File to store information about the selected features
conststd::string_feature_space_summary_file;//!< File to store information about the selected features
std::function<void(constdouble*,double*,conststd::vector<node_ptr>&,conststd::vector<int>&,constint)>_project;//!< Function used to calculate the scores for SIS
std::function<void(constdouble*,double*,conststd::vector<node_ptr>&,conststd::vector<int>&,constint)>_project_no_omp;//!< Function used to calculate the scores for SIS without changing omp environment
std::function<bool(constdouble*,constint,constdouble,conststd::vector<double>&,constdouble,constint,constint)>_is_valid;//!< Function used to calculate the scores for SIS
std::function<bool(constdouble*,constint,constdouble,conststd::vector<node_ptr>&,conststd::vector<double>&,constdouble)>_is_valid_feat_list;//!< Function used to calculate the scores for SIS without changing omp environment
...
...
@@ -350,7 +352,7 @@ public:
* @param phi_selected The features that would be selected from the previous rungs
* @param scores_selected The projection scores of the features that would be selected from the previous rungs