BayesOpt
mean_functors.hpp File Reference

Mean (parametric) functions. More...

#include <map>
#include <boost/scoped_ptr.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
#include "bayesopt/parameters.hpp"
#include "specialtypes.hpp"
+ Include dependency graph for mean_functors.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bayesopt::ParametricFunction
 Interface for mean functors. More...
 
class  bayesopt::MeanFactory
 Factory model for parametric functions This factory is based on the libgp library by Manuel Blum https://bitbucket.org/mblum/libgp which follows the squeme of GPML by Rasmussen and Nickisch http://www.gaussianprocess.org/gpml/code/matlab/doc/. More...
 
class  bayesopt::MeanModel
 

Namespaces

 bayesopt
 Namespace of the library interface.
 

Functions

template<typename MeanType >
ParametricFunction * bayesopt::create_func ()
 

Detailed Description

Mean (parametric) functions.

Definition in file mean_functors.hpp.