detectModelTypeFromFile: Detect model type from file.

Description Usage Arguments Value Note

Description

This will auto detect the type of SVM model from a given file.

Usage

1
2
detectModelTypeFromFile(modelFile = NULL, defaultModel = "LIBSVM",
  verbose = FALSE)

Arguments

modelFile

Path to model file.

defaultModel

Model to use as default in case multiple models match.

verbose

Be verbose?

Value

Method name or NULL if no method could be detected.

Note

As it is common for many derivates of LIBSVM to use the very same model structure as LIBSVM, the model cannot be detected reliably. Nonetheless, to minimize confusion, a default E.g. a LIBSVM model will be detected as LASVM, BVM and CVM, By providing defaultModel, say to be BVM, the modelType returned will be BVM. It has no effect, if only one or none models are matched.


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