#include <Option_AutoFit.hpp>
Public Member Functions | |
Option_AutoFit () | |
Option_AutoFit (const Option_AutoFit &m) | |
Option_AutoFit & | operator= (const Option_AutoFit &m) |
virtual | ~Option_AutoFit () |
virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
double | getEpsdelta () const |
int | getFlagIntrinsic () const |
double | getInitdelta () const |
int | getMaxiter () const |
double | getTolred () const |
double | getTolsigma () const |
double | getTolstop () const |
bool | getVerbose () const |
int | getWmode () const |
bool | isUseEigenLibrary () const |
void | setEpsdelta (double epsdelta) |
void | setFlagIntrinsic (int flagIntrinsic) |
void | setInitdelta (double initdelta) |
void | setMaxiter (int maxiter) |
void | setTolred (double tolred) |
void | setTolsigma (double tolsigma) |
void | setTolstop (double tolstop) |
void | setVerbose (bool verbose) |
void | setWmode (int wmode) |
void | setUseEigenLibrary (bool useEigenLibrary) |
Public Member Functions inherited from AStringable | |
AStringable () | |
AStringable (const AStringable &r) | |
AStringable & | operator= (const AStringable &r) |
virtual | ~AStringable () |
virtual void | display (const AStringFormat *strfmt=nullptr) const final |
virtual void | display (int level) const final |
This class defines the options and parameters used during the Variogram Fitting. All the parameters described hereafter are either available in the construction, or can be set using a specific get() function.
Option_AutoFit::Option_AutoFit | ( | ) |
Option_AutoFit::Option_AutoFit | ( | const Option_AutoFit & | m | ) |
|
virtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Option_AutoFit & Option_AutoFit::operator= | ( | const Option_AutoFit & | m | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Set the type of the weighting function used in the fitting procedure. This function is defined in the case of several directional experimental variograms, calculated in a multivariate case: 0: The weight is constant 1: The weight is proportional to the number of pairs 2: The weight is proportional to the number of pairs and inverse proportional to the distance 3: The weight is inverse proportional to the number of lags for each direction
wmode | type of weighting function (0, 1, 2 or 3, see above) |
|
overridevirtual |
Reimplemented from AStringable.