Skip to contents

Read Prediction Result File

Usage

readPredictionFile(file, sep = ";", stringsAsFactors = FALSE)

Arguments

file

full path to prediction result file (predict<n>.txt) with <n> being the strategy number

sep

column separator, default: ";"

stringsAsFactors

if TRUE character columns will appear as factors in the result, passed to data.frame. The default is FALSE.