prediction without prior fitting in GPR
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Amend
le 18 Mai 2017
Réponse apportée : Don Mathis
le 19 Mai 2017
We can use fitrgp to fit a Gaussian process regression model, then use this model to predict the output on new input. The process of fitting model is to find the optimal hyperparameters of kernel. My question is: does Matlab previde GPR prediction without prior fitting model. That is if I already have optimal hyperparameters, is there any way (function) to predict new output directly.
0 commentaires
Réponse acceptée
Don Mathis
le 19 Mai 2017
Set the initial parameter values and also pass 'FitMethod','None'
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Gaussian Process Regression dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!