how to to evaluate accuracy score for a model in matlab
조회 수: 29 (최근 30일)
이전 댓글 표시
I have build a decision tree model using matlab.Now i want to test my model with test data.so how can i test my model and calculate the accuracy of my model.thanks in advance
댓글 수: 6
Walter Roberson
2019년 11월 7일
편집: Walter Roberson
2019년 11월 7일
No, there is no built-in function for that. "accuracy" is not well-enough defined in the situation for there to be a function for that.
If rms() does not do the job for you, you should probably looking at precision or recall rather than some not-defined accuracy .
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!