Mercurial > hg > aimc
diff src/Modules/Features/ModuleGaussians.h @ 84:bee31e7ebf4b
- Added as-yet-unfinished support for a proper configuraiton file format
- Added a couple of pythin scripts to generate HMM configuration files
- Variable name changes and other cosmetic things
- Added the option for the noise generation to do pink noise (untested)
author | tomwalters |
---|---|
date | Thu, 12 Aug 2010 11:28:11 +0000 |
parents | c5f5e9569863 |
children |
line wrap: on
line diff
--- a/src/Modules/Features/ModuleGaussians.h Thu Aug 12 09:15:49 2010 +0000 +++ b/src/Modules/Features/ModuleGaussians.h Thu Aug 12 11:28:11 2010 +0000 @@ -75,7 +75,15 @@ /*! \brief convergence criterion */ - float m_fParamPriorsConverged; + float priors_converged_; + + /*! \brief Output component positions as well as amplitudes + */ + bool output_positions_; + + /*! \brief Total number of values in the output + */ + int output_component_count_; /*! \brief The amplitudes of the components (priors) */