Gaussian process realization for random samples
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi, I see that we can use predict and resubPredict to generate the response to a Gaussian process. My question is, is it true that the output of predict is the mean value? If yes, is there any function we can use to generate a random realization?
댓글 수: 0
답변 (1개)
Mahesh Taparia
2020년 6월 19일
Hi
The predict function use to predict the output of the trained model. The model can be classification/ regression model. For more information, you can refer this documentation of predict function. Similarly resubPredict function predicts the label of KNN classifier. For more information, refer this documentation of resubPredict function.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!