Naive Bayes classifier with custom distributions
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Naive Bayes in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!