threshold property

double? threshold
getter/setter pair

Threshold at which the metrics are computed.

For binary classification models this is the positive class threshold. For multi-class classfication models this is the confidence threshold.

Implementation

core.double? threshold;