Naive Bayes classifier with custom distributions
1 view (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Naive Bayes in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!