Go to the documentation of this file.
8 #ifndef GAUSSIANPREDICTION_H
9 #define GAUSSIANPREDICTION_H
16 #include <Eigen/Dense>
19 class GaussianPrediction;
30 bool skip(
const std::string& what_step,
const bool status)
override;
bool skip(const std::string &what_step, const bool status) override
virtual StateModel & getStateModel() noexcept=0
Port of boost::any for C++11 compilers.
bool is_skipping() override
GaussianPrediction() noexcept=default
GaussianPrediction & operator=(const GaussianPrediction &prediction) noexcept=delete
virtual void predictStep(const GaussianMixture &prev_state, GaussianMixture &pred_state)=0
virtual ~GaussianPrediction() noexcept=default
void predict(const GaussianMixture &prev_state, GaussianMixture &pred_state) override