opf_read_classification: Reads a file which contains the nodes' predicted labels

View source: R/LibOPF.R

opf_read_classificationR 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)


LibOPF documentation built on Feb. 16, 2023, 10:13 p.m.