#include <TracePGS.hpp>
|
| | TracePGS (Id ngrf=0, Id npar=0, bool flag_rho=false, bool flag_correl=false) |
| |
| | TracePGS (const TracePGS &r)=default |
| |
| TracePGS & | operator= (const TracePGS &r)=default |
| |
| virtual | ~TracePGS ()=default |
| |
| void | define (Id ngrf, Id npar, Id flag_rho, bool flag_correl) |
| |
| double | extractTrace () |
| |
| void | addRow () |
| |
| void | update (double value0, double value1, Id origin, Id number, const double *values) |
| |
◆ TracePGS() [1/2]
| gstlrn::TracePGS::TracePGS |
( |
Id |
ngrf = 0, |
|
|
Id |
npar = 0, |
|
|
bool |
flag_rho = false, |
|
|
bool |
flag_correl = false |
|
) |
| |
◆ TracePGS() [2/2]
| gstlrn::TracePGS::TracePGS |
( |
const TracePGS & |
r | ) |
|
|
default |
◆ ~TracePGS()
| virtual gstlrn::TracePGS::~TracePGS |
( |
| ) |
|
|
virtualdefault |
◆ addRow()
| void gstlrn::TracePGS::addRow |
( |
| ) |
|
Add a new row to the trace
◆ define()
| void gstlrn::TracePGS::define |
( |
Id |
ngrf, |
|
|
Id |
npar, |
|
|
Id |
flag_rho, |
|
|
bool |
flag_correl |
|
) |
| |
◆ extractTrace()
| double gstlrn::TracePGS::extractTrace |
( |
| ) |
|
Extract the information of the Trace
- Returns
- The calculated score
◆ operator=()
◆ update()
| void gstlrn::TracePGS::update |
( |
double |
value0, |
|
|
double |
value1, |
|
|
Id |
origin, |
|
|
Id |
number, |
|
|
const double * |
values |
|
) |
| |
Update the Trace array
- Parameters
-
| [in] | value0 | First value in a Trace row |
| [in] | value1 | Second value in a Trace row |
| [in] | origin | Origin for values in record (after 2 heading values) |
| [in] | number | Number of values assigned |
| [in] | values | Array of values assigned |
The documentation for this class was generated from the following files:
- include/PluriGaussian/TracePGS.hpp
- src/PluriGaussian/TracePGS.cpp