writeResFile {RIbench}R Documentation

Helper function to write result file when time out occured or R session terminated

Description

Helper function to write result file when time out occured or R session terminated

Usage

writeResFile(
  algoName,
  biomarker,
  N = 0,
  error = NULL,
  runtime = NULL,
  filename = NULL,
  outputDir = NULL
)

Arguments

algoName

(character) specifying the name of the algorithm that is evaluated

biomarker

(character) specifying the biomarker for which the algorithm should calculate RIs

N

(numeric) specifying the number of input data points

error

(character) specifying the type of error (e.g. timeout, RSessionTerminated)

runtime

(numeric) specifying the computation time up until the error occured

filename

(character) specifying the filename for which the algorithm failed

outputDir

(character) specifying the outputDir: Data files should be stored in outputDir/Data/biomarker and Results will be stored in outputDir/Results/algo/biomarker

Author(s)

Tatjana Ammer tatjana.ammer@roche.com


[Package RIbench version 1.0.2 Index]