| opf2svm | R Documentation | 
Converts an OPF subGraph object to a LIBSVM file
opf2svm(data, outputFile)
| data | The subGraph object | 
| outputFile | LIBSVM output file name | 
'NULL'
dataset <- opf_read_subGraph(system.file("extdata/boat.dat",package = "LibOPF"))
File <- file.path(tempdir(), "boat.svm")
opf2svm(dataset,File)
opf_check(File)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.