what parameters can I use for naive bayes model?

1 view (last 30 days)
% Train the classifier
Nb = NaiveBayes.fit(Xtrain,Ytrain,'Distribution',dist);
  1 Comment
Aditya Patil
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?

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!