1 instantiation of Aggregator
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);
4 references to Aggregator
Microsoft.ML.Data (4)
Evaluators\AnomalyDetectionEvaluator.cs (4)
26
internal sealed class AnomalyDetectionEvaluator : EvaluatorBase<AnomalyDetectionEvaluator.
Aggregator
>
107
private protected override
Aggregator
GetAggregatorCore(RoleMappedSchema schema, string stratName)
128
private protected override void GetAggregatorConsolidationFuncs(
Aggregator
aggregator, AggregatorDictionaryBase[] dictionaries,
129
out Action<uint, ReadOnlyMemory<char>,
Aggregator
> addAgg, out Func<Dictionary<string, IDataView>> consolidate)