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!