Learn R Programming

preprocomb (version 0.3.0)

getprogrammaticprediction: parallel computation of classification accuracy holdout rounds

Description

This function is used internally and exported for package 'metaheur'.

Usage

getprogrammaticprediction(preprocesseddataset, predictors, nholdout)

Arguments

preprocesseddataset
(DataClass)
predictors
caret models
nholdout
number of holdout rounds

Details

If model tuning fails, NA is returned as classification accuracy of a combination. If model fitting and prediction for holdout round fails, NA is returned for the holdout round.