Learn R Programming

TLBC (version 1.0)

loadPredictionsAndLabels: Load predictions and labels

Description

Function to load corresponding labels and predictions.

Usage

loadPredictionsAndLabels(labelDir, predDir, names=NULL)

Arguments

labelDir
Path to directory containing label files.
predDir
Path to directory containing prediction files.
names
(Optional) If specified, load only data for identifiers in this list.

Value

A data frame containing predictions and labels.

See Also

loadPredictions