|
gstlearn
0.3.2
Geostatistics & Machine Learning toolbox
|
#include "gstlearn_export.hpp"#include "Calculators/CalcSimuPost.hpp"#include "Enum/EPostUpscale.hpp"#include "Enum/EPostStat.hpp"#include "Db/DbGrid.hpp"#include "Basic/NamingConvention.hpp"#include "Basic/VectorNumT.hpp"Classes | |
| class | CalcSimuPostDemo |
Functions | |
| GSTLEARN_EXPORT int | simuPostDemo (Db *dbin, DbGrid *dbout, const VectorString &names, bool flag_match=false, const EPostUpscale &upscale=EPostUpscale::fromKey("MEAN"), const std::vector< EPostStat > &stats=EPostStat::fromKeys({"MEAN"}), bool verbose=false, int rank_check=0, const NamingConvention &namconv=NamingConvention("Post")) |
| GSTLEARN_EXPORT int simuPostDemo | ( | Db * | dbin, |
| DbGrid * | dbout, | ||
| const VectorString & | names, | ||
| bool | flag_match, | ||
| const EPostUpscale & | upscale, | ||
| const std::vector< EPostStat > & | stats, | ||
| bool | verbose, | ||
| int | rank_check, | ||
| const NamingConvention & | namconv | ||
| ) |
| dbin | Input data base |
| dbout | Output data base (must be a Grid) |
| names | Vector of simulation names |
| flag_match | True if the ranks of simulations must match; otherwise: product |
| upscale | Option within EPostUpscale |
| stats | Vector of options within EPostStat |
| verbose | Verbose flag |
| rank_check | Rank (1-based) of the target element to be checked (0: None; -1: All) |
| namconv | Naming convention |
Description of the Flow Chart: