svm2opf {LibOPF} | R Documentation |
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
dataset <- svm2opf(system.file("extdata/boat.svm",package = "LibOPF"))
[Package LibOPF version 2.6.2 Index]