74     static void resample(
const std::vector<double> & data_in, std::vector<double> & data_out, 
UInt n_resampling_points);
 
Algorithms of ConsensusMapNormalizer.
Definition: ConsensusMapNormalizerAlgorithmQuantile.h:47
 
static void resample(const std::vector< double > &data_in, std::vector< double > &data_out, UInt n_resampling_points)
resamples data_in and writes the results to data_out
 
ConsensusMapNormalizerAlgorithmQuantile(const ConsensusMapNormalizerAlgorithmQuantile ©in)
copy constructor is not implemented -> private
 
ConsensusMapNormalizerAlgorithmQuantile & operator=(const ConsensusMapNormalizerAlgorithmQuantile &rhs)
assignment operator is not implemented -> private
 
ConsensusMapNormalizerAlgorithmQuantile()
default constructor is not implemented -> private
 
static void normalizeMaps(ConsensusMap &map)
normalizes the maps of the consensusMap
 
static void extractIntensityVectors(const ConsensusMap &map, std::vector< std::vector< double > > &out_intensities)
extracts the intensities of the features of the different maps
 
static void setNormalizedIntensityValues(const std::vector< std::vector< double > > &feature_ints, ConsensusMap &map)
writes the intensity values in feature_ints to the corresponding features in map
 
virtual ~ConsensusMapNormalizerAlgorithmQuantile()
destructor is not implemented -> private
 
A container for consensus elements.
Definition: ConsensusMap.h:90
 
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
 
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47