plotPartialDependence cannot be recognize
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Elena Casiraghi
am 28 Feb. 2020
Kommentiert: Elena Casiraghi
am 28 Feb. 2020
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?
0 Kommentare
Akzeptierte Antwort
Steven Lord
am 28 Feb. 2020
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 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Gaussian Process Regression finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!