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)
169return new Aggregator(Host, classNames, schema.Weight != null, _aucCount, _auPrcCount, _threshold, _useRaw, _prCount, stratName); 199return new BinaryPerInstanceEvaluator(Host, schema.Schema, scoreInfo.Name, probCol, schema.Label.Value.Name, _threshold, _useRaw);