Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
GMM for classification: how to avoid the super tiny number in results
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello, I am a student of control engineering, Recently, I used GMM model to classify the signal types. Firstly, I used gmdistribution.fit function to fit the gmm model for each class. Then, I used the model to compute the probability density of each class.
The problem is that the probability density I got is very small, e.g. 4.2e-40. How to avoid this problem? Thank you very much.
0 Commenti
Risposte (1)
Jang Bahadur Singh
il 7 Dic 2017
Actually, probability density function sum to 1, check it. try: look for major peak, check code, use more data, change y-axis.
0 Commenti
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!