|
gstlearn
0.2.1
Geostatistics & Machine Learning toolbox
|
Classes | |
| class | CalcStatistics |
Functions | |
| GSTLEARN_EXPORT int | dbStatisticsOnGrid (Db *db, DbGrid *dbgrid, const EStatOption &oper, int radius=0, const NamingConvention &namconv=NamingConvention("Stats")) |
| GSTLEARN_EXPORT int | dbRegression (Db *db1, const String &name0, const VectorString &namaux, int mode=0, bool flagCste=true, Db *db2=nullptr, const Model *model=nullptr, const NamingConvention &namconv=NamingConvention("Regr")) |
| GSTLEARN_EXPORT int | dbRegressionByColIdx (Db *db1, int icol0, const VectorInt &icols, int mode=0, bool flagCste=true, Db *db2=nullptr, const Model *model=nullptr, const NamingConvention &namconv=NamingConvention("Regr")) |
| GSTLEARN_EXPORT int dbRegression | ( | Db * | db1, |
| const String & | name0, | ||
| const VectorString & | namaux, | ||
| int | mode = 0, |
||
| bool | flagCste = true, |
||
| Db * | db2 = nullptr, |
||
| const Model * | model = nullptr, |
||
| const NamingConvention & | namconv = NamingConvention("Regr") |
||
| ) |
| GSTLEARN_EXPORT int dbRegressionByColIdx | ( | Db * | db1, |
| int | icol0, | ||
| const VectorInt & | icols, | ||
| int | mode = 0, |
||
| bool | flagCste = true, |
||
| Db * | db2 = nullptr, |
||
| const Model * | model = nullptr, |
||
| const NamingConvention & | namconv = NamingConvention("Regr") |
||
| ) |
| GSTLEARN_EXPORT int dbStatisticsOnGrid | ( | Db * | db, |
| DbGrid * | dbgrid, | ||
| const EStatOption & | oper, | ||
| int | radius, | ||
| const NamingConvention & | namconv | ||
| ) |