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