1 write to _aucCount
Microsoft.ML.Data (1)
Evaluators\AnomalyDetectionEvaluator.cs (1)
92
_aucCount
= args.MaxAucExamples;
1 reference to _aucCount
Microsoft.ML.Data (1)
Evaluators\AnomalyDetectionEvaluator.cs (1)
109
return new Aggregator(Host,
_aucCount
, _numTopResults, _k, _p, _streaming, schema.Name == null ? -1 : schema.Name.Value.Index, stratName);