Learn R Programming

LibOPF (version 2.5.0)

svm2opf: Converts a LIBSVM file to an OPF subGraph object

Description

Converts a LIBSVM file to an OPF subGraph object

Usage

svm2opf(inputFile)

Arguments

inputFile

LIBSVM input file

Value

Returns the OPF object

Examples

Run this code
# NOT RUN {
dataset <- svm2opf(system.file("extdata/boat.svm",package = "LibOPF"))

# }

Run the code above in your browser using DataLab