#include <OpenMS/ANALYSIS/OPENSWATH/MRMFeatureSelector.h>
|  | 
|  | MRMFeatureSelector_test ()=default | 
|  | 
|  | ~MRMFeatureSelector_test ()=default | 
|  | 
| void | constructTargTransList_ (const FeatureMap &features, std::vector< std::pair< double, String >> &time_to_name, std::map< String, std::vector< Feature >> &feature_name_map, const bool select_transition_group) const | 
|  | 
| double | weightScore_ (const double score, const LambdaScore lambda_score) const | 
|  | 
| double | computeScore_ (const Feature &feature, const std::map< String, LambdaScore > &score_weights) const | 
|  | 
| String | removeSpaces_ (String str) const | 
|  | 
| void | optimize (const std::vector< std::pair< double, String >> &time_to_name, const std::map< String, std::vector< Feature >> &feature_name_map, std::vector< String > &result, const SelectorParameters ¶meters) const override | 
|  | 
|  | MRMFeatureSelector ()=default | 
|  | 
| virtual | ~MRMFeatureSelector ()=default | 
|  | 
| void | selectMRMFeature (const FeatureMap &features, FeatureMap &selected_filtered, const SelectorParameters ¶meters) const | 
|  | 
|  | 
| enum | VariableType { INTEGER = 1, 
CONTINUOUS
 } | 
|  | 
| enum | LambdaScore { LINEAR = 1, 
INVERSE, 
LOG, 
INVERSE_LOG,
 INVERSE_LOG10
 }
 | 
|  | 
| Int | addVariable_ (LPWrapper &problem, const String &name, const bool bounded, const double obj, const VariableType variableType) const | 
|  | 
| double | computeScore_ (const Feature &feature, const std::map< String, LambdaScore > &score_weights) const | 
|  | 
| void | addConstraint_ (LPWrapper &problem, std::vector< Int > indices, std::vector< double > values, const String &name, const double lb, const double ub, const LPWrapper::Type param) const | 
|  | 
◆ MRMFeatureSelector_test()
◆ ~MRMFeatureSelector_test()
◆ computeScore_()
◆ constructTargTransList_()
  
  | 
        
          | void constructTargTransList_ | ( | const FeatureMap & | features, |  
          |  |  | std::vector< std::pair< double, String >> & | time_to_name, |  
          |  |  | std::map< String, std::vector< Feature >> & | feature_name_map, |  
          |  |  | const bool | select_transition_group |  
          |  | ) |  | const |  | inline | 
 
 
◆ removeSpaces_()
◆ weightScore_()
◆ selector_