Classification learner - identify false prediction indexes
조회 수: 3 (최근 30일)
이전 댓글 표시
In classification learner app, after training a model, how to identify the indexes (in feature table) of false predictions?
댓글 수: 0
채택된 답변
Bernhard Suhm
2019년 8월 4일
Unfortunately, that isn't supported directly in the Classification Learner. But you can export your trained model to the MATLAB workspace, predict on a set of held-out data there, and identify which observations were misclassified.
댓글 수: 0
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Classification Learner App에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!