1 write to _useRaw
Microsoft.ML.Data (1)
Evaluators\BinaryClassifierEvaluator.cs (1)
119_useRaw = args.UseRawScoreThreshold;
3 references to _useRaw
Microsoft.ML.Data (3)
Evaluators\BinaryClassifierEvaluator.cs (3)
150else if (!_useRaw) 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);