|
#include <MemoryX/components/CommonPlacesLearner/GaussianMixturePositionFusion.h>
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 38 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 98 of file GaussianMixturePositionFusion.h.
|
inlineoverride |
updateEntity | entity |
Definition at line 61 of file GaussianMixturePositionFusion.h.
|
inline |
Definition at line 51 of file GaussianMixturePositionFusion.h.