|
CMP++: Uncertainty Quantification & Bayesian Calibration
|
This is the complete list of members for cmp::classifier::KDE, including all inherited members.
| bandwidth_ | cmp::classifier::KDE | private |
| classCounts_ | cmp::classifier::KDE | private |
| condition(const Eigen::Ref< const Eigen::MatrixXd > &xObs, const Eigen::Ref< const Eigen::VectorXs > &labels) | cmp::classifier::KDE | inline |
| density(const Eigen::Ref< const Eigen::VectorXd > &x, const size_t &classLabel) const | cmp::classifier::KDE | |
| dimX_ | cmp::classifier::KDE | private |
| fit(const Eigen::Ref< const Eigen::MatrixXd > &xObs, const Eigen::Ref< const Eigen::VectorXs > &labels, cmp::statistics::KFold kf, const double &minBw, const double &maxBw, const method method=CV_PROB_SCORE, nlopt::algorithm algo=nlopt::LN_SBPLX, double ftol_rel=1e-4, std::vector< bool > logScaleFlags={}) | cmp::classifier::KDE | |
| fitLOO(const Eigen::Ref< const Eigen::MatrixXd > &xObs, const Eigen::Ref< const Eigen::VectorXs > &labels, const double &minBw, const double &maxBw, nlopt::algorithm algo=nlopt::LN_SBPLX, double ftol_rel=1e-4, std::vector< bool > logScaleFlags={}) | cmp::classifier::KDE | |
| KDE() | cmp::classifier::KDE | inline |
| kernel_ | cmp::classifier::KDE | private |
| labels_ | cmp::classifier::KDE | private |
| nClasses_ | cmp::classifier::KDE | private |
| nObs_ | cmp::classifier::KDE | private |
| objectiveFunctionCV(const method &method, const cmp::statistics::KFold &kf) const | cmp::classifier::KDE | |
| objectiveFunctionLOO() const | cmp::classifier::KDE | |
| predict(const Eigen::Ref< const Eigen::VectorXd > &x) const override | cmp::classifier::KDE | inlinevirtual |
| predictProbabilities(const Eigen::Ref< const Eigen::VectorXd > &x) const override | cmp::classifier::KDE | virtual |
| set(std::shared_ptr< kernel::Kernel > kernel, std::shared_ptr< cmp::kernel::Bandwidth > bandwidth) | cmp::classifier::KDE | inline |
| xObs_ | cmp::classifier::KDE | private |
| ~Classifier()=default | cmp::classifier::Classifier | virtual |