load.model {StabPerf} | R Documentation |
Returns a saved model.
load.model(model.file=getOptions("edaprakt.modelfile"))
model.file |
The file to load the model from. |
Loads the previously trained model from the filesystem and returns it.
model |
Trained model of class edamodel . |
load.model("data/model.RData")