"ecv.regression"Functions for prediction and plotting of ecv.regression objects.
# S3 method for ecv.regression
predict(object, newdata=NULL, ncores=1, ...)
# S3 method for ecv.regression
plot(x, ...)Function plot.ecv.regression creates a plot of base learner CV errors, with one data point per base learner configuration. The horizontal dotted line indicates the CV error corresponding to the chosen base learner configuration. For "default" method, this is the same as the minimum error of points on this plot. Function predict.ecv.regression returns a vector of length nrow(newdata) (or of length of training data if newdata==NULL.)
Object of class "ecv.regression", typically the output of function ecv.regression.
New data frame to make predictions for. If NULL, prediction is made for training data.
Number of cores to use for parallel prediction.
Object of class "ecv.regression", typically the output of function ecv.regression.
Arguments passed to/from other methods.
Mansour T.A. Sharabiani, Alireza S. Mahani