Rdocumentation
powered by
Learn R Programming
TLBC (version 1.0)
writePredictions: Write predictions to a file
Description
Function to write predictions made by TLBC model to a csv file.
Usage
writePredictions(values, timestamps, saveFile)
Arguments
values
Vector of predicted labels.
timestamps
Vector of timestamps.
saveFile
Path to file where predictions will be saved.