What sort of support elements does naive bayes classifier need?
1 次查看(过去 30 天)
显示 更早的评论
What sort of support elements does naive bayes classifier need? I've got to insert two of this and not sure what sort of elements tit needs...Please help!!!
0 个评论
采纳的回答
Tom Lane
2013-1-25
If you are referring to NaiveBayes.fit and its 'KSSupport' argument, then you can omit this in most cases. You would specify it as [0,1], for example, if you wanted to force the density to be zero outside that range.
If you are referring to something else, please provide more details.
4 个评论
Tom Lane
2013-1-29
It refers to the support of the probability distribution. Search for "support" on this page: http://en.wikipedia.org/wiki/Probability_distribution
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Naive Bayes 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!