prediction without prior fitting in GPR
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Don Mathis
2017 年 5 月 19 日
Set the initial parameter values and also pass 'FitMethod','None'
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Gaussian Process Regression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!