opf_read_classification {LibOPF} | R Documentation |
Reads a file which contains the nodes' predicted labels
Description
Reads a file which contains the nodes' predicted labels
Usage
opf_read_classification(file)
Arguments
file |
The file which contains the nodes' predicted labels |
Value
Returns the predicted labels list
Examples
File <- system.file("extdata/classification.txt",package = "LibOPF")
classification <- opf_read_classification(File)
[Package LibOPF version 2.6.2 Index]