What's the difference bewteen resubPredict and predict functions?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Akshat Dalal
il 15 Set 2023
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 Commenti
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox 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!