5 references to ThreshAtK
Microsoft.ML.Data (5)
EntryPoints\InputBuilder.cs (1)
870
public const string ThreshAtK = AnomalyDetectionEvaluator.OverallMetrics.
ThreshAtK
;
Evaluators\AnomalyDetectionEvaluator.cs (4)
123
yield return new MetricColumn("ThreshAtK", OverallMetrics.
ThreshAtK
, MetricColumn.Objective.Info, canBeWeighted: false);
189
overallDvBldr.AddColumn(OverallMetrics.
ThreshAtK
, NumberDataViewType.Single, thresholdAtK.ToArray());
767
colsToKeep.Add(AnomalyDetectionEvaluator.OverallMetrics.
ThreshAtK
);
784
AnomalyDetectionEvaluator.OverallMetrics.
ThreshAtK
,