writeLIBSVMModel: Write LIBSVM model.

Description Usage Arguments Note

Description

Given a model in memory, write it out in LIBSVM model format, so that e.g. LIBSVM can predict on it directly.

Usage

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

Arguments

model

model object to write

modelFile

path where to write the model

verbose

be verbose?

Note

As this is a basic for all other model readers, we export it.


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