#include <MemoryX/components/CommonPlacesLearner/GaussianMixtureAssociationMethod.h>
◆ GaussianMixtureAssociationMethod()
◆ getAssociatedComponentIndex()
Ice::Int getAssociatedComponentIndex |
( |
const GaussianMixtureDistributionBasePtr & |
gmDistr, |
|
|
const GaussianMixtureComponent & |
newComp, |
|
|
const ::Ice::Current & |
= Ice::emptyCurrent |
|
) |
| |
|
inlineoverride |
Returns an index of GM component, which is "closest" to the specified gaussian.
- Parameters
-
gmDistr | GaussianMixture to associate (e.g. current belief state) |
newComp | new gaussian (e.g. new observation) |
- Returns
- index of associated GM component, or -1 if none found
Definition at line 63 of file GaussianMixtureAssociationMethod.h.
◆ setThreshold()
void setThreshold |
( |
float |
threshold | ) |
|
|
inline |
The documentation for this class was generated from the following file: