why the prediction of new data is 0s
1 次查看(过去 30 天)
显示 更早的评论
I already import the model from classification learner app to work space to make predict with new data.
the accuray of train data is 100%
but when i use model to predict new data the outputs is zeros.
I used :
yfit = c.predictFcn(T)
to predict the new data
any help please ?
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!