For internal use only!.
gaussian_process_cv(X, Y, mindices, pindices, noisev = 0.001,
scale = TRUE, statistics = TRUE)
a list containing the following one-row matrices:
rmse.seg
: the RMSEs.
st.rmse.seg
: the standardized RMSEs.
rsq.seg
: the coefficients of determination.
a matrix of predictor variables.
a matrix of a single response variable.
a matrix with n
rows and m
columns where m
is equivalent to the number of
resampling iterations. The elements of each column indicate the indices of the observations to be used for modeling at each
iteration.
a matrix with k
rows and m
columns where m
is equivalent to the number of
resampling iterations. The elements of each column indicate the indices of the observations to be used for predicting at each
iteration.
a logical indicating whether both the predictors and the response variable must be scaled to zero mean and unit variance.
a logical value indicating whether the precision and accuracy statistics are to be returned, otherwise the predictions for each validation segment are retrieved.
Leonardo Ramirez-Lopez