Undefined function or variable 'trainRegressionModel'.

조회 수: 6 (최근 30일)
Kriszta Domahidi
Kriszta Domahidi 2019년 2월 5일
편집: robin thomas 2019년 12월 10일
>> X = timetable2table(T); % regressionLearner perfers to have tables.
X.NumericDate = datenum(X.Date); % add the date as a numeric value
% remove the missing year of data (2016)
X = rmmissing(X);
% Use this command to open the regression learner app and train a coarse
% tree:
% regressionLearner
% this is the model saved by generating code from the app:
[trainedModel, validationRMSE] = trainRegressionModel(X)
Undefined function or variable 'trainRegressionModel'.

답변 (1개)

robin thomas
robin thomas 2019년 12월 10일
편집: robin thomas 2019년 12월 10일
save the matlab code file name as 'trainRegressionMode'

카테고리

Help CenterFile Exchange에서 Support Vector Machine Regression에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by