|
|
#include <MemoryX/components/CommonPlacesLearner/GaussianMixturePositionFusion.h>
Inheritance diagram for GaussianMixturePositionFusion:Public Member Functions | |
| EntityBasePtr | fuseEntity (const EntityBasePtr &oldEntity, const EntityBasePtr &newEntity, const ::Ice::Current &=Ice::emptyCurrent) override |
| GaussianMixturePositionFusion (float agingFactor, float pruningThreshold, const GaussianMixtureAssociationMethodBasePtr &assMethod) | |
| Creates a new GaussianMixturePositionFusion. More... | |
| EntityBasePtr | initEntity (const EntityBasePtr &updateEntity, const ::Ice::Current &=Ice::emptyCurrent) override |
| void | setAgingFactor (float factor) |
Public Member Functions inherited from EntityFusionMethod | |
| EntityFusionMethod (std::string methodName) | |
| Constructs a new fusion method. More... | |
| std::string | getMethodName (const ::Ice::Current &=Ice::emptyCurrent) const override |
| EntityBasePtr | initEntity (const EntityBasePtr &updateEntity, const ::Ice::Current &=Ice::emptyCurrent) override |
| Initialization of an entity. More... | |
Definition at line 39 of file GaussianMixturePositionFusion.h.
|
inline |
Creates a new GaussianMixturePositionFusion.
Definition at line 45 of file GaussianMixturePositionFusion.h.
|
inlineoverridevirtual |
| oldEntity | entity before update |
| newEntity | entity after update |
Implements EntityFusionMethod.
Definition at line 109 of file GaussianMixturePositionFusion.h.
|
inlineoverride |
| updateEntity | entity |
Definition at line 67 of file GaussianMixturePositionFusion.h.
Here is the call graph for this function:
|
inline |
Definition at line 56 of file GaussianMixturePositionFusion.h.