fernandoandreotti / fecgsyn

FECGSYN toolbox for ECG and fetal ECG simulation
http://www.fecgsyn.com/
GNU General Public License v3.0
80 stars 26 forks source link

Update Naive Bayes to use fitcnb from Matlab #39

Closed fernandoandreotti closed 5 years ago

fernandoandreotti commented 7 years ago

Warning: NaiveBayes will be removed in a future release. Use the predict method of an object returned by fitcnb instead.

In NaiveBayes/posterior (line 46) In classreg.learning.internal.DisallowVectorOps/subsref (line 21) Warning: NaiveBayes will be removed in a future release. Use the predict method of an object returned by fitcnb instead. In NaiveBayes/posterior (line 46) In classreg.learning.internal.DisallowVectorOps/subsref (line 21) Warning: NaiveBayes will be removed in a future release. Use the predict method of an object returned by fitcnb instead. In NaiveBayes/posterior (line 46) In classreg.learning.internal.DisallowVectorOps/subsref (line 21)

fernandoandreotti commented 6 years ago

See comit https://github.com/fernandoandreotti/fecgsyn/commit/e2c831f1efa70017e18009ed1f68f638af5a7410

KingfaLuis commented 5 years ago

错误使用 NaiveBayes/posterior (line 46) NaiveBayes will be removed in a future release. Use the predict method of an object returned by fitcnb instead.

fernandoandreotti commented 5 years ago

Dear @KingfaLuis can you specify how did you encounter this warning?