当我想使用fitNaiveBayes时,我得到了以下错误:
Undefined function 'fitNaiveBayes' for input arguments of type 'double'.我也试过这个:
which fitNaiveBayes
'fitNaiveBayes' not found.但我可以用NaiveBayes.fit
我的问题是:他们之间有什么区别吗?
我的matlab版本是R2011b(7.13.0.564)
发布于 2014-03-21 13:46:28
https://stackoverflow.com/questions/22554834
复制相似问题