#include <MemoryX/libraries/helpers/GaussianMixtureHelpers/WilliamsGMMReducer.h>
|
void | fillMergingCostVector (const GaussianMixtureDistributionBasePtr &gmm, GMMCompPairDistanceVector &costVec) override |
|
float | getMergingCost (const GaussianMixtureDistributionBasePtr &gmm, int c1, int c2) override |
|
void | mergeGMMComponents (const GaussianMixtureComponent &comp1, const GaussianMixtureComponent &comp2, GaussianMixtureComponent &mergedComp) |
|
void | mergeGMMComponents (GaussianMixtureDistributionPtr &gmm, int index1, int index2) |
|
void | replaceComponentsWithMerged (GaussianMixtureDistributionPtr &gmm, int index1, int index2, const GaussianMixtureComponent &mergedComp) |
|
Definition at line 39 of file WilliamsGMMReducer.h.
◆ WilliamsGMMReducer()
◆ fillMergingCostVector()
◆ getMergingCost()
float getMergingCost |
( |
const GaussianMixtureDistributionBasePtr & |
gmm, |
|
|
int |
c1, |
|
|
int |
c2 |
|
) |
| |
|
overrideprotectedvirtual |
The documentation for this class was generated from the following files: