Synopsis
Creates a user defined threshold for given prediction confidences (soft predictions) in order to turn it into a crisp classifier.
Description
This operator creates a user defined threshold for crisp classifying based on prediction confidences.
Input
Output
- output:
Parameters
- threshold: The confidence threshold to determine if the prediction should be positive.
- first class: The class which should be considered as the first one (confidence 0).
- second class: The class which should be considered as the second one (confidence 1).