Learn R Programming

LibOPF (version 2.5.0)

opf_read_classification: 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

Run this code
# NOT RUN {
File <- system.file("extdata/classification.txt",package = "LibOPF")
classification <- opf_read_classification(File)

# }

Run the code above in your browser using DataLab