readLIBSVMModel: Read a model in LIBSVM format

Description Usage Arguments Value

Description

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.

Usage

1
readLIBSVMModel(modelFile = "./model", verbose = FALSE)

Arguments

modelFile

model file to read

verbose

be verbose?

Value

model object


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