필터 지우기
필터 지우기

Programmatically Accessing the Classification Learner

조회 수: 3 (최근 30일)
Jacob Mevorach
Jacob Mevorach 2017년 10월 12일
댓글: Jacob Mevorach 2017년 11월 2일
Is there anyway to programmatically access the classification learner and have it train all the models based on a set of classification data without having to actually open it from the app menu? I'm interested in getting the percent accuracy numbers associated with each model. If there was a way to do this without having to manually open the classification learner it would be very helpful.

채택된 답변

Rajesh Balagam
Rajesh Balagam 2017년 10월 17일
It's not currently possible to programmatically access the results from the Classification Learner.
At present, only way to get those values is to generate and run code for the desired models. Even in this case the accuracy values may be slightly different from the app due to randomness in choosing the training and validation set.
You can try setting the random seed before using the app, and then use the same random seed when running the generated code. However, the exact match for the results is not guaranteed.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Classification Learner App에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by