what parameters can I use for naive bayes model?
1 view (last 30 days)
Show older comments
% Train the classifier
Nb = NaiveBayes.fit(Xtrain,Ytrain,'Distribution',dist);
1 Comment
Aditya Patil
on 21 Dec 2020
Can you elaborate on the issue that you are facing? Is there any specific requirement that you are looking for? Or any error that you faced?
Answers (0)
See Also
Categories
Find more on Classification 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!