Parameter manipulation in naive bayes classificator struct
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Thomas
el 12 de Ag. de 2014
Editada: Shashank Prasanna
el 12 de Ag. de 2014
Is it possible to manipulate the parameter of a naive bayes structure createt by NaiveBayes.fit()? I've tried, but it didn't work:
EDU>> cls.prior = [0.5 0.5]
Error using NaiveBayes/subsasgn (line 9)
The NaiveBayes class does not support subscripted assignments.
0 comentarios
Respuesta aceptada
Shashank Prasanna
el 12 de Ag. de 2014
Editada: Shashank Prasanna
el 12 de Ag. de 2014
You can change the prior before the model is fit. If you want to specify different prior, you can do that while calling NaiveBayes.fit or fitNaiveBayes function using the name value pairs:
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Naive Bayes 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!