opf_read_modelfile {LibOPF} | R Documentation |
Reads a file which contains the learned model
Description
Reads a file which contains the learned model
Usage
opf_read_modelfile(file)
Arguments
file |
The file which contains the learned model |
Value
Returns the learned model object
Examples
classifier <- opf_read_modelfile(system.file("extdata/classifier.opf",package = "LibOPF"))
[Package LibOPF version 2.6.2 Index]