PLearn 0.1
|
#include "GaussianProcessRegressor.h"
#include <plearn/base/stringutils.h>
#include <plearn/vmat/ExtendedVMatrix.h>
#include <plearn/math/pl_erf.h>
#include <plearn/var/GaussianProcessNLLVariable.h>
#include <plearn/var/ObjectOptionVariable.h>
#include <plearn/opt/Optimizer.h>
#include <plearn/io/pl_log.h>
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Defines | |
#define | PL_LOG_MODULE_NAME "GaussianProcessRegressor" |
Definition in file regressors/GaussianProcessRegressor.cc.
#define PL_LOG_MODULE_NAME "GaussianProcessRegressor" |
Definition at line 43 of file regressors/GaussianProcessRegressor.cc.