list containing the results of validation:
ValidReg
list of validation results for regression:
yPred
vector containing the predicted response.
mse
the mean-square error of prediction.
rsq
the r-squared statistic.
qPred
matrix containing the prediction quantiles, if requested.
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.
prob
matrix of prediction probabilities by category, if requested.