opf_read_classification {LibOPF} | R Documentation |
Reads a file which contains the nodes' predicted labels
opf_read_classification(file)
file |
The file which contains the nodes' predicted labels |
Returns the predicted labels list
File <- system.file("extdata/classification.txt",package = "LibOPF")
classification <- opf_read_classification(File)