question about Regression​Partitione​dModel

1 view (last 30 days)
cgo
cgo on 10 Nov 2018
I have a question about the RegressionPartitionedModel documentation. I understand this is an evaluation for error (cross-validation error). I would like to know where the actual model is. Since this is under Regression Partitioned Model, I was wondering where the Regression model is actually seen?
The example shown is:
cvtree = fitrtree(X,MPG,'crossval','on');
Can I know where the MPG is estimate is, as a function of the X (both horsepower and weight)?
Thanks

Answers (0)

Community Treasure Hunt

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

Start Hunting!