42 #ifndef CMULTILAPLACEINFERENCEMETHOD_H_
43 #define CMULTILAPLACEINFERENCEMETHOD_H_
93 virtual const char*
get_name()
const {
return "MultiLaplaceInferenceMethod"; }
virtual void set_newton_tolerance(float64_t tol)
virtual ~CMultiLaplaceInferenceMethod()
virtual bool supports_multiclass() const
virtual float64_t get_derivative_helper(SGMatrix< float64_t > dK)
virtual void update_approx_cov()
The class Labels models labels, i.e. class assignments of objects.
virtual void set_minimization_tolerance(float64_t tol)
The Laplace approximation inference method class for multi classification.
virtual const char * get_name() const
virtual SGVector< float64_t > get_derivative_wrt_likelihood_model(const TParameter *param)
virtual int32_t get_newton_iterations()
virtual bool supports_multiclass() const
virtual SGVector< float64_t > get_diagonal_vector()
virtual SGVector< float64_t > get_posterior_mean()
An abstract class of the mean function.
virtual void set_newton_iterations(int32_t iter)
virtual void check_members() const
virtual EInferenceType get_inference_type() const
SGMatrix< float64_t > m_U
virtual void get_dpi_helper()
virtual SGVector< float64_t > get_derivative_wrt_inference_method(const TParameter *param)
virtual float64_t get_minimization_tolerance()
virtual float64_t get_newton_tolerance()
virtual void update_chol()
virtual void set_minimization_max(float64_t max)
float64_t m_opt_tolerance
CMultiLaplaceInferenceMethod()
virtual SGVector< float64_t > get_derivative_wrt_mean(const TParameter *param)
virtual float64_t get_minimization_max()
virtual float64_t get_negative_log_marginal_likelihood()
all of classes and functions are contained in the shogun namespace
The Laplace approximation inference method base class.
virtual void update_alpha()
The Inference Method base class.
The class Features is the base class of all feature objects.
Matrix::Scalar max(Matrix m)
static CMultiLaplaceInferenceMethod * obtain_from_generic(CInference *inference)
virtual void update_deriv()
virtual SGVector< float64_t > get_derivative_wrt_kernel(const TParameter *param)
CLikelihoodModel * m_model
The Likelihood model base class.