Learn R Programming

LibOPF (version 2.6.2)

opf_read_modelfile: Reads a file which contains the learned model

Description

Reads a file which contains the learned model

Usage

opf_read_modelfile(file)

Value

Returns the learned model object

Arguments

file

The file which contains the learned model

Examples

Run this code
classifier <- opf_read_modelfile(system.file("extdata/classifier.opf",package = "LibOPF"))

Run the code above in your browser using DataLab