plotPartialDependence cannot be recognize

조회 수: 2 (최근 30일)
Elena Casiraghi
Elena Casiraghi 2020년 2월 28일
댓글: Elena Casiraghi 2020년 2월 28일
Dear,
when I try to use the function plotPartialDependence to see the dependance from 1 variable and the result of a bagge tree, MATLAB Does not recognize it.
I get the error:
plotPartialDependence(mdlRF,1)
Unrecognized function or variable 'plotPartialDependence'.
Why is that?

채택된 답변

Steven Lord
Steven Lord 2020년 2월 28일
What exactly is mdlRF? Is it a "full regression model object" or a "compact regression model object" as the documentation page states the first input must be? Did you use one of the functions in the "Returned By" column of the table in the section describing the Mdl input to create mdlRF?
plotPartialDependence is only defined for certain types of objects and I'm guessing you're passing in a different type.
  댓글 수: 1
Elena Casiraghi
Elena Casiraghi 2020년 2월 28일
YOU ARE RIGHT!!
I'm so dummy, I was pasying a classification model (I mispelled the c and the r).
Now it works :)

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by