How to make predictions using an exported classification model in matlab?
    조회 수: 3 (최근 30일)
  
       이전 댓글 표시
    
I used the Matlab classification leaner app. The model has three predictors (numeric) and the response is categorical (Hign or Low). I exported the trained model to a workspace variable named "tranedModel". Then I wrote this in the comment window to make new predictions :
T=[2.5 3.6 1.7]; % T is the new data with three predictors;
yfit = trainedModel.predictFcn(T);
But it keeps giving the error. Thanks a lot.
댓글 수: 1
답변 (0개)
참고 항목
카테고리
				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!

