What different parameters can I use to see any effect it has on the model?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
% Train the classifier
Nb = NaiveBayes.fit(Xtrain,Ytrain,'Distribution',dist);
0 comentarios
Respuestas (1)
Sai Veeramachaneni
el 14 de Dic. de 2020
For your information - According to the R2018a Release Notes NaiveBayes.fit (fitNaiveBayes) is replaced with fitcnb
0 comentarios
Ver también
Categorías
Más información sobre Get Started with Statistics and Machine Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!