Learn R Programming

LibOPF (version 2.5.0)

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)

Arguments

file

The file which contains the learned model

Value

Returns the learned model object

Examples

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

# }

Run the code above in your browser using DataLab