evaluationScheme-class: Class "evaluationScheme": Evaluation Scheme
Description
An evaluation scheme created from a data set. The scheme can be a simple split into training and test data, k-fold cross-evaluation or using k
bootstrap samples.Objects from the Class
Objects can be created by
evaluationScheme(data, method="split", train=0.9, k=NULL, given=3).