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!