Naive Bayes classifier with custom distributions
1 次查看(过去 30 天)
显示 更早的评论
Hello
I have a dataset where the rows are the data points and the columns are the features (predictors). I would like to apply a Naive Bayes classifier but with custom distributions per feature.
Does there already exist something in Matlab which I can use? The Naive Bayes Implementation unfortunately only supports Gaussian distribution for continuous features. I would like to be able to use any distribution which also fitdist or makedist can use.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Naive Bayes 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!