#include <GaussianProcess.hpp>
◆ GaussianProcess() [1/2]
gstlrn::GaussianProcess::GaussianProcess |
( |
ModelGeneric * |
model = nullptr , |
|
|
Db * |
data = nullptr |
|
) |
| |
◆ GaussianProcess() [2/2]
◆ ~GaussianProcess()
gstlrn::GaussianProcess::~GaussianProcess |
( |
| ) |
|
|
virtual |
◆ fit()
void gstlrn::GaussianProcess::fit |
( |
Id |
nb_neighVecchia = ITEST , |
|
|
bool |
reml = false , |
|
|
bool |
verbose = false , |
|
|
bool |
trace = false |
|
) |
| |
◆ getData()
auto gstlrn::GaussianProcess::getData |
( |
| ) |
|
|
inline |
◆ getModel()
auto gstlrn::GaussianProcess::getModel |
( |
| ) |
|
|
inline |
◆ getRawModel()
Model * gstlrn::GaussianProcess::getRawModel |
( |
| ) |
|
|
inline |
◆ init()
void gstlrn::GaussianProcess::init |
( |
const ModelGeneric * |
model, |
|
|
const Db * |
data |
|
) |
| |
◆ operator=()
◆ predict()
void gstlrn::GaussianProcess::predict |
( |
Db * |
out | ) |
|
◆ simulate()
void gstlrn::GaussianProcess::simulate |
( |
Db * |
out, |
|
|
Id |
nbsimus = 1 |
|
) |
| |
◆ toString()
The documentation for this class was generated from the following files:
- include/Model/GaussianProcess.hpp
- src/Model/GaussianProcess.cpp