.final.model {StabPerf}R Documentation

Create a model based on the full data.

Description

Performs sampling based on full data, chooses the best model, and saves it.

Usage

.final.model(output, selectors, classifiers, predictors)

Arguments

output The directory were checkpoints are saved.
selectors A list of expressions, each element describing a feature-selector.
classifiers A list of expressions, each element describing a classifiers.
predictors A list of expressions, each element describing the corresponding predictor to a classifier.

Details

Creates the necessary jobs without cross-validation and computes them. Scores the finished checkpoints and saves the best model to modelfile.

Value

Invisible NULL

See Also

pipeline, best.model, .save.model, .job.queue

Examples

.final.model(output=file.path(getOption("edaprakt.tmpdir"), "checkpoints"), selectors, classifiers, predictors)

[Package StabPerf version 0.5 Index]