- ObsColumn
- Specify the name of the input table column that contains the observed class.
- PredictColumn
- Specify the name of the input table column that contains the predicted class.
- Classes
- [Optional] Specify the class or classes to output in the result.
- Default: All classes
- Beta
- [Optional] Specify the value of β in the F-measure formula that the function implements. The beta_value must be a positive DOUBLE PRECISION value.
- Default: 1.0