question about RegressionPartitionedModel
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Linear Regression in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!