Public Member Functions | |
ObjectiveAnalysis (const std::string &outputDir, const std::string &outputLBName, bool realtime, const std::string &columnsToObjectivelyAnalyze, const std::string &idColumnName, const std::string &topLeftCorner, const std::string &bottomRightCorner, const std::string &latlonspacing, const std::string &strategy, const std::string &numberOfPasses, const std::string &minimumObservations, const std::string &gammaConvergenceParameter, bool decay) | |
Algorithm constructor, called from the _main with the command-line options passed in. | |
void | processTable (const code::DataTable &data) |
Classes | |
class | AverageSpacing |
Cressman radius set based on the average isolation of members. More... | |
class | ConstantRadius |
Cressman radius set to constant value. More... | |
class | MostIsolated |
Cressman radius set based on most isolated member of set. More... | |
class | StationObservation |
A single station's observation. More... | |
class | WeightStrategy |
Base class of weighting strategies. More... |
w2img::ObjectiveAnalysis::ObjectiveAnalysis | ( | const std::string & | outputDir, | |
const std::string & | outputLBName, | |||
bool | realtime, | |||
const std::string & | columnsToObjectivelyAnalyze, | |||
const std::string & | idColumnName, | |||
const std::string & | topLeftCorner, | |||
const std::string & | bottomRightCorner, | |||
const std::string & | latlonspacing, | |||
const std::string & | strategy, | |||
const std::string & | numberOfPasses, | |||
const std::string & | minimumObservations, | |||
const std::string & | gammaConvergenceParameter, | |||
bool | decay | |||
) |
Algorithm constructor, called from the _main with the command-line options passed in.
void w2img::ObjectiveAnalysis::processTable | ( | const code::DataTable & | data | ) |