41 #ifndef _KLLOWERTRIANGULARINFERENCEMETHOD_H_
42 #define _KLLOWERTRIANGULARINFERENCEMETHOD_H_
92 virtual const char*
get_name()
const {
return "KLLowerTriangularInferenceMethod"; }
SGMatrix< float64_t > m_Kernel_LsD
virtual float64_t get_derivative_related_cov(SGMatrix< float64_t > dK)
The class Labels models labels, i.e. class assignments of objects.
virtual void update_InvK_Sigma()=0
SGVector< index_t > m_Kernel_P
virtual ~CKLLowerTriangularInferenceMethod()
CKLLowerTriangularInferenceMethod()
virtual const char * get_name() const
Eigen::MatrixXd solve_inverse(Eigen::MatrixXd A)
An abstract class of the mean function.
virtual SGVector< float64_t > get_diagonal_vector()
The KL approximation inference method class.
virtual void update_deriv()
virtual void update_init()
virtual void update_chol()
The KL approximation inference method class.
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
SGMatrix< float64_t > m_InvK_Sigma
virtual void update_Sigma()=0
SGVector< float64_t > m_mean_vec
float64_t m_log_det_Kernel
The Likelihood model base class.
virtual void update_approx_cov()