list containing either a:
ValidReg list of validation results for regression:
yPred vector containing the predicted response.
mae the mean absolute error of prediction.
mse the mean-square error of prediction.
rsq the r-squared statistic.
qPred matrix containing the prediction quantiles, if requested.
or a:
ValidCtg list of validation results for classification:
yPred vector containing the predicted response.
misprediction vector containing the classwise misprediction rates.
confusion the confusion matrix.
census matrix of predictions, by category.
oobError the out-of-bag error.
prob matrix of prediction probabilities by category, if requested.