Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
This package contains Naive Bayes classifiers. NB assumes that dimensions of data are independent, any base distribution can be used as long as the whole model satisfy the NB assumption.
The standard NB uses Bernoulli as the base distribution. It works for binary data. This package also provides NB classifier with Gaussian base which works for real value data.
I tried my best to make the code succinct, so that it is easy to follow. Please try the demo script in the package.
This package is now a part of the PRML toolbox (http://www.mathworks.com/matlabcentral/fileexchange/55826-pattern-recognition-and-machine-learning-toolbox).
Cita come
Mo Chen (2026). Naive Bayes Classifier (https://it.mathworks.com/matlabcentral/fileexchange/55864-naive-bayes-classifier), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato da: Pattern Recognition and Machine Learning Toolbox, Kmeans Clustering
Ispirato: EM for Mixture of Bernoulli (Unsupervised Naive Bayes) for clustering binary data
Informazioni generali
- Versione 1.0 (5,14 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0 |
|
