Naive Bayes classifier with custom distributions
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Naive Bayes finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!