31 #ifndef _PROBITLIKELIHOOD_H_
32 #define _PROBITLIKELIHOOD_H_
63 virtual const char*
get_name()
const {
return "ProbitLikelihood"; }
The class Labels models labels, i.e. class assignments of objects.
virtual SGVector< float64_t > get_predictive_variances(SGVector< float64_t > mu, SGVector< float64_t > s2, const CLabels *lab=NULL) const
virtual bool supports_binary() const
virtual ELikelihoodModelType get_model_type() const
virtual SGVector< float64_t > get_log_probability_f(const CLabels *lab, SGVector< float64_t > func) const
virtual SGVector< float64_t > get_log_zeroth_moments(SGVector< float64_t > mu, SGVector< float64_t > s2, const CLabels *lab) const
virtual SGVector< float64_t > get_predictive_means(SGVector< float64_t > mu, SGVector< float64_t > s2, const CLabels *lab=NULL) const
virtual ~CProbitLikelihood()
all of classes and functions are contained in the shogun namespace
virtual float64_t get_first_moment(SGVector< float64_t > mu, SGVector< float64_t > s2, const CLabels *lab, index_t i) const
virtual const char * get_name() const
virtual SGVector< float64_t > get_log_probability_derivative_f(const CLabels *lab, SGVector< float64_t > func, index_t i) const
virtual float64_t get_second_moment(SGVector< float64_t > mu, SGVector< float64_t > s2, const CLabels *lab, index_t i) const
The Likelihood model base class.
Class that models Probit likelihood.