GaussianMixtureFactor inherits from HybridFactor
parent
3212dde4aa
commit
0c16799ef6
|
|
@ -40,9 +40,9 @@ using GaussianFactorVector = std::vector<gtsam::GaussianFactor::shared_ptr>;
|
||||||
* of discrete variables indexes to the continuous gaussian distribution.
|
* of discrete variables indexes to the continuous gaussian distribution.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class GaussianMixtureFactor : public HybridGaussianFactor {
|
class GaussianMixtureFactor : public HybridFactor {
|
||||||
public:
|
public:
|
||||||
using Base = HybridGaussianFactor;
|
using Base = HybridFactor;
|
||||||
using This = GaussianMixtureFactor;
|
using This = GaussianMixtureFactor;
|
||||||
using shared_ptr = boost::shared_ptr<This>;
|
using shared_ptr = boost::shared_ptr<This>;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue