question about RegressionPartitionedModel
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!