scoreThreshold property

double? scoreThreshold
final

The scoring threshold is used in binary classification MLModel<?oxy_insert_start author="laurama" timestamp="20160329T114851-0700"> <?oxy_insert_end>models. It marks the boundary between a positive prediction and a negative prediction.

Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true. Output values less than the threshold receive a negative response from the MLModel, such as false.

Implementation

final double? scoreThreshold;