what parameters can I use for naive bayes model?
1 回表示 (過去 30 日間)
古いコメントを表示
% Train the classifier
Nb = NaiveBayes.fit(Xtrain,Ytrain,'Distribution',dist);
1 件のコメント
Aditya Patil
2020 年 12 月 21 日
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?
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Classification についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!