Description Usage Arguments Value
This will simply read a model in LIBSVM format. As this is the base of many other solvers, this is part of the library (instead of putting it into a wrapper) and it uses Rcpp to read the support vectors for speeding up.
1 | readLIBSVMModel(modelFile = "./model", verbose = FALSE)
|
modelFile |
model file to read |
verbose |
be verbose? |
model object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.