5 #include "TrainNodeGMM.h"
Base abstract class for random model training.
Mat getNodePotentials(const Mat &featureVectors, const Mat &weights=Mat(), float Z=0.0f) const
Returns a block of node potentials, based on the block of feature vector.
Gaussian Model training class.
CTrainNodeGM(byte nStates, word nFeatures)
Constructor.
Mat getNodePotentials(const Mat &featureVector, float weight=1.0f)
Returns the node potential, based on the feature vector.
Gaussian Mixture Model training class.