当我想使用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
这似乎是最近的一项职能。NaiveBayes.fit的在线帮助说:
注意: fit将在以后的版本中删除。使用fitNaiveBayes代替。
在我看来,输入和选择是相同的。
https://stackoverflow.com/questions/22554834
复制相似问题