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)
150
else if (!
_useRaw
)
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
);