18 #ifndef NEAREST_NEIGHBOUR_H
19 #define NEAREST_NEIGHBOUR_H
40 NearestNeighbour(
const std::string& i_algoname,
const std::string& i_parname,
const double& dflt_window_size,
const std::vector<std::string>& vecArgs);
43 const std::vector<MeteoData>& vecM,
MeteoData& md);
void resample(const size_t &index, const ResamplingPosition &position, const size_t ¶mindex, const std::vector< MeteoData > &vecM, MeteoData &md)
Definition: NearestNeighbour.cc:59
NearestNeighbour(const std::string &i_algoname, const std::string &i_parname, const double &dflt_window_size, const std::vector< std::string > &vecArgs)
Definition: NearestNeighbour.cc:27
std::string toString() const
Definition: NearestNeighbour.cc:51
Interface class for the temporal resampling algorithms These models generate data points that are mis...
Definition: ResamplingAlgorithms.h:88
ResamplingPosition
Definition: ResamplingAlgorithms.h:91
Nearest Neighbour data resampling Find the nearest neighbour of a desired data point that is not IOUt...
Definition: NearestNeighbour.h:38
A class to represent a singular measurement received from one station at a certain time (represented ...
Definition: MeteoData.h:101