#include <MLayers.hpp>
|
| | MLayers () |
| |
| | MLayers (const MLayers &m) |
| |
| MLayers & | operator= (const MLayers &m) |
| |
| virtual | ~MLayers () |
| |
| String | toString (const AStringFormat *strfmt=nullptr) const override |
| | Interface to AStringable.
|
| |
| void | setGeneral (Db *dbin, DbGrid *dbout, Model *model, bool flag_std, bool flag_same, bool flag_vel, bool flag_cumul, bool flag_ext, bool flag_Z, bool flag_bayes, bool match_time, Id irf_rank, const String &namerefd, const String &namereft, const String &namerefb) |
| |
| bool | checkValid () |
| | Check if the environment is valid.
|
| |
| Id | kriging (bool verbose) |
| |
| Id | vario (Vario *vario, bool verbose) |
| |
| Id | calculatePrior () |
| |
| | AStringable () |
| |
| | AStringable (const AStringable &r) |
| |
| AStringable & | operator= (const AStringable &r) |
| |
| virtual | ~AStringable () |
| |
| virtual void | display (const AStringFormat *strfmt=nullptr) const final |
| |
| virtual void | display (Id level) const final |
| |
◆ MLayers() [1/2]
| gstlrn::MLayers::MLayers |
( |
| ) |
|
◆ MLayers() [2/2]
| gstlrn::MLayers::MLayers |
( |
const MLayers & |
m | ) |
|
◆ ~MLayers()
| gstlrn::MLayers::~MLayers |
( |
| ) |
|
|
virtual |
◆ calculatePrior()
| Id gstlrn::MLayers::calculatePrior |
( |
| ) |
|
Multi-layers get the mean and prior matrices for Bayesian prior
- Returns
- Error return code
◆ checkValid()
| bool gstlrn::MLayers::checkValid |
( |
| ) |
|
Check if the environment is valid.
- Returns
- true
-
false
◆ kriging()
| Id gstlrn::MLayers::kriging |
( |
bool |
verbose | ) |
|
Multi-layers architecture estimation
- Returns
- Pointer to the newly created variables
- Parameters
-
| [in] | verbose | Verbose option |
◆ operator=()
◆ setGeneral()
| void gstlrn::MLayers::setGeneral |
( |
Db * |
dbin, |
|
|
DbGrid * |
dbout, |
|
|
Model * |
model, |
|
|
bool |
flag_std, |
|
|
bool |
flag_same, |
|
|
bool |
flag_vel, |
|
|
bool |
flag_cumul, |
|
|
bool |
flag_ext, |
|
|
bool |
flag_Z, |
|
|
bool |
flag_bayes, |
|
|
bool |
match_time, |
|
|
Id |
irf_rank, |
|
|
const String & |
namerefd, |
|
|
const String & |
namereft, |
|
|
const String & |
namerefb |
|
) |
| |
◆ toString()
◆ vario()
| Id gstlrn::MLayers::vario |
( |
Vario * |
vario, |
|
|
bool |
verbose |
|
) |
| |
Multi-layers architecture experimental variogram
- Returns
- Error return code
- Parameters
-
| [in] | vario | Vario structure |
| [in] | verbose | True for a verbose option |
The documentation for this class was generated from the following files:
- include/MLayers/MLayers.hpp
- src/MLayers/MLayers.cpp