82 virtual void updateMembers_();
91 void filterCCs_(
const KDTreeFeatureMaps& kd_data,
const std::map<
Size, std::vector<Size> >& ccs, std::map<
Size, std::vector<Size> >& filtered_ccs)
const;
99 std::vector<TransformationModel::DataPoints>
fit_data_;
double rt_tol_secs_
RT tolerance.
Definition: MapAlignmentAlgorithmKD.h:111
std::vector< TransformationModel::DataPoints > fit_data_
RT data for fitting the LOWESS.
Definition: MapAlignmentAlgorithmKD.h:99
Stores a set of features, together with a 2D tree for fast search.
Definition: KDTreeFeatureMaps.h:49
double mz_tol_
m/z tolerance
Definition: MapAlignmentAlgorithmKD.h:114
An efficient reference-free feature map alignment algorithm for unlabeled data.
Definition: MapAlignmentAlgorithmKD.h:61
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
std::vector< TransformationModelLowess * > transformations_
LOWESS transformations.
Definition: MapAlignmentAlgorithmKD.h:102
Param param_
Parameters.
Definition: MapAlignmentAlgorithmKD.h:105
bool mz_ppm_
m/z unit ppm?
Definition: MapAlignmentAlgorithmKD.h:117
Management and storage of parameters / INI files.
Definition: Param.h:74
double max_pairwise_log_fc_
Maximum absolute log10 fold change threshold between compatible features.
Definition: MapAlignmentAlgorithmKD.h:108
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127