Learn R Programming

LibOPF (version 2.6.2)

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)

Value

Returns the predicted labels list

Arguments

file

The file which contains the nodes' predicted labels

Examples

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

Run the code above in your browser using DataLab