kfoldPredict
Predict responses for observations in cross-validated kernel regression model
Since R2018b
Description
returns cross-validated predicted responses by the cross-validated kernel regression model
YHat
= kfoldPredict(CVMdl
)CVMdl
. That is, for every fold, kfoldPredict
predicts the responses for observations that it holds out in validation fold while it trains
using all other observations in the training fold.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018b
See Also
fitrkernel
| RegressionKernel
| RegressionPartitionedKernel
| kfoldLoss