Learn R Programming

recommenderlab (version 0.1-9)

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.

Arguments

Objects from the Class

Objects can be created by evaluationScheme(data, method="split", train=0.9, k=NULL, given=3).

See Also

ratingMatrix and the creator function evaluationScheme.