load.model {StabPerf}R Documentation

Returns a saved 'edamodel'.

Description

Returns a saved model.

Usage

load.model(model.file=getOptions("edaprakt.modelfile"))

Arguments

model.file The file to load the model from.

Details

Loads the previously trained model from the filesystem and returns it.

Value

model Trained model of class edamodel.

See Also

.save.model, predict.edamodel

Examples

load.model("data/model.RData")

[Package StabPerf version 0.5 Index]