bayes classifier
古いコメントを表示
anyone know good tutorial for bayes classifier implementaion?
回答 (1 件)
Drew
2023 年 8 月 22 日
0 投票
See the description and examples at these MATLAB doc pages:
- https://www.mathworks.com/help/stats/fitcnb.html, "Train multiclass naive Bayes model"
- https://www.mathworks.com/help/stats/classificationnaivebayes.html, "Naive Bayes classification for multiclass classification"
For further reading about this technique see the reference below. (A pdf of this book is available online at https://hastie.su.domains/ElemStatLearn/)
- Hastie, Trevor, Robert Tibshirani, and Jerome Friedman. The Elements of Statistical Learning: Data Mining, Inference, and Prediction. 2nd ed. Springer Series in Statistics. New York, NY: Springer, 2009. https://doi.org/10.1007/978-0-387-84858-7.
カテゴリ
ヘルプ センター および File Exchange で Naive Bayes についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!