powered by
Reads a file which contains the nodes' predicted labels
opf_read_classification(file)
Returns the predicted labels list
The file which contains the nodes' predicted labels
File <- system.file("extdata/classification.txt",package = "LibOPF") classification <- opf_read_classification(File)
Run the code above in your browser using DataLab