| resample.result-class(mlr) | R Documentation |
resample.result contains the results of a resampling process, mainly the list of predicitions and -
if saved - the list of fitted models.
ri.class:character) Class of resample.instanceri.name:character) Name of resample.instancepreds:list) List of predictions, i.e. list of factors or list of matrices for classification respectivly regression.models:list) List of the fitted models.resample.performancesignature(learn.task = "learn.task", resample.instance = "resample.instance", resample.result = "resample.result", measure = "list"): Measures the quality of predictions w.r.t. some loss function for a resampled fit.[signature( = "resample.result"): Getter.
resample.desc, resample.instance,
make.cv.instance, make.bs.instance,
make.subsample.instance, resample.fit