readModelFromFile: Read a model from a given file

Description Usage Arguments Value Note

Description

Read a model from a given file

Usage

1
readModelFromFile(modelFile = NULL, modelType = NULL, verbose = FALSE)

Arguments

modelFile

Path to the file to read the model from

modelType

Name of the SVM method/solver. If Null, detectModel will be called.

verbose

Be verbose?

Value

An SVM model

Note

If no modelType is given, the model will be inferred from detectModelTypeFromFile. If this fails, an error will be issued.


aydindemircioglu/SVMBridge documentation built on May 11, 2019, 4:13 p.m.