Synopsis
Loads a threshold from a file (used for transforming soft into crisp predictions).
Description
Reads a threshold from a file. The first line must hold the threshold, the second the value of the first class, and the second the value of the second class. This file can be written in another process using the ThresholdWriter.
Input
Output
- output:
Parameters
- threshold file: Filename for the threshold file.