35 #ifndef OPENMS_ANALYSIS_MAPMATCHING_MAPALIGNMENTALGORITHMKD_H 36 #define OPENMS_ANALYSIS_MAPMATCHING_MAPALIGNMENTALGORITHMKD_H 83 virtual void updateMembers_();
92 void filterCCs_(
const KDTreeFeatureMaps& kd_data,
const std::map<
Size, std::vector<Size> >& ccs, std::map<
Size, std::vector<Size> >& filtered_ccs)
const;
124 #endif // OPENMS_ANALYSIS_MAPMATCHING_MAPALIGNMENTALGORITHMKD_H
double rt_tol_secs_
RT tolerance.
Definition: MapAlignmentAlgorithmKD.h:112
std::vector< TransformationModel::DataPoints > fit_data_
RT data for fitting the LOWESS.
Definition: MapAlignmentAlgorithmKD.h:100
Stores a set of features, together with a 2D tree for fast search.
Definition: KDTreeFeatureMaps.h:50
double mz_tol_
m/z tolerance
Definition: MapAlignmentAlgorithmKD.h:115
An efficient reference-free feature map alignment algorithm for unlabeled data.
Definition: MapAlignmentAlgorithmKD.h:62
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
std::vector< TransformationModelLowess * > transformations_
LOWESS transformations.
Definition: MapAlignmentAlgorithmKD.h:103
Param param_
Parameters.
Definition: MapAlignmentAlgorithmKD.h:106
bool mz_ppm_
m/z unit ppm?
Definition: MapAlignmentAlgorithmKD.h:118
Management and storage of parameters / INI files.
Definition: Param.h:75
double max_pairwise_log_fc_
Maximum absolute log10 fold change threshold between compatible features.
Definition: MapAlignmentAlgorithmKD.h:109
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:128