Failed to Call Regression Learner's Testing Function

조회 수: 3 (최근 30일)
Abhinav Dixit
Abhinav Dixit 2021년 3월 18일
댓글: Oriane AUBERT 2022년 11월 27일
Error using mlearnapp.internal.model.DatasetSpecification>@(t)t(:,predictorNames) (line 172)
Unrecognized table variable name 'priorDeformationage'.
Error in mlearnapp.internal.model.DatasetSpecification>@(x)extractPredictorsFromTableFcn(x) (line 177)
predictorExtractionFcn = @(x) extractPredictorsFromTableFcn(x);
Error in
mlearnapp.internal.model.DatasetSpecification>@(x)exportableModel.predictFcn(predictorExtractionFcn(x))
(line 181)
newExportableModel.predictFcn = @(x) exportableModel.predictFcn(predictorExtractionFcn(x));

답변 (1개)

Shubham Rawat
Shubham Rawat 2021년 3월 23일
Hi Abhinav,
In the picture I can clearly see that error is bacause of unrecognized table variable:
For this please check the following things:
  • Check if there is a variable 'priorDeformationage' or not in the table.
  • Check for Spelling mistake.
  • Check if you are accessing the right table.
  • Check if the table is your path.
Hope this Helps!
  댓글 수: 2
Abhinav Dixit
Abhinav Dixit 2021년 3월 26일
issue resolved
thanks
Oriane AUBERT
Oriane AUBERT 2022년 11월 27일
Hi, I have the exact same issue. How did you resolve it? I did check all the points proposed, but it seems that everything is fine...
Thanks in advance.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Gaussian Process Regression에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by