What's the difference bewteen resubPredict and predict functions?
5 ビュー (過去 30 日間)
古いコメントを表示
I'm trying to use Gaussian Process regression and came across two functions
'resubPredict' and 'Predict'
I've read the documentation regarding both functions but can't find the difference between these two.
Well is there any difference between these two?
0 件のコメント
回答 (1 件)
Akshat Dalal
2023 年 9 月 15 日
Hi Jae,
The ‘resubPredict’ function is used to get predictions on the training data itself, while the ‘predict’ function is used to get predictions on new or unseen data. Therefore, the input requirements and output formats also differ between the two functions.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!