threshold property

double? threshold
final

The model threshold that specifies an acceptable fraud capture rate. For example, a threshold of 500 means any model score 500 or above is labeled as fraud.

Implementation

final double? threshold;