1 write to _threshold
Microsoft.ML.Data (1)
Evaluators\BinaryClassifierEvaluator.cs (1)
120
_threshold
= args.Threshold;
2 references to _threshold
Microsoft.ML.Data (2)
Evaluators\BinaryClassifierEvaluator.cs (2)
169
return new Aggregator(Host, classNames, schema.Weight != null, _aucCount, _auPrcCount,
_threshold
, _useRaw, _prCount, stratName);
199
return new BinaryPerInstanceEvaluator(Host, schema.Schema, scoreInfo.Name, probCol, schema.Label.Value.Name,
_threshold
, _useRaw);