question about RegressionPartitionedModel
1 view (last 30 days)
Show older comments
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
0 Comments
Answers (0)
See Also
Categories
Find more on Linear Regression in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!