Threshold to Model
Synopsis
This Operator converts a Threshold object into a model object.
Description
Threshold objects can be used in binary classification tasks. They change the confidence cut above an Example is assigned to a given class. The default value is 0.5. Common Operators to create such a threshold are Create Threshold, Find Threshold or Select Recall. In many cases you want to group the found threshold with your model. This way they are applied one after another. By converting the threshold object into a model object you can apply it using a generic Apply Model Operator and group it with a Group Model Operator.
Input
thr
Threshold object which should be converted into a model.
Output
国防部
新模型对象with the threshold.
thr
Original threshold object.