mixmerge()
版本 1.0.0.0 (1.9 KB) 作者:
Dilshad Raihan
This function allows to merge the components in a Gaussian mixture model
The mixmerge fuction merges components of the Gaussian mixture model specified by the parameters w,mu and cov. For example, the components 1 and 2 are merged when their product integral I is greater than a set threshold.
I=int N(x,mu1,cov1) . N(x,mu2,cov2) dx
I may be evaluted as I= N(mu1,mu2,cov1+cov2). The components are merged
when exp(-( (mu1-mu2)'/(cov1+cov2))*(mu1-mu2)) is greater than the set tolerance.
引用格式
Dilshad Raihan (2024). mixmerge() (https://www.mathworks.com/matlabcentral/fileexchange/54934-mixmerge), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2015b
兼容任何版本
平台兼容性
Windows macOS Linux类别
- AI and Statistics > Statistics and Machine Learning Toolbox > Cluster Analysis and Anomaly Detection > Gaussian Mixture Models >
在 Help Center 和 MATLAB Answers 中查找有关 Gaussian Mixture Models 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 | Version 2 |