5 references to ThreshAtP
Microsoft.ML.Data (5)
EntryPoints\InputBuilder.cs (1)
871public const string ThreshAtP = AnomalyDetectionEvaluator.OverallMetrics.ThreshAtP;
Evaluators\AnomalyDetectionEvaluator.cs (4)
124yield return new MetricColumn("ThreshAtP", OverallMetrics.ThreshAtP, MetricColumn.Objective.Info, canBeWeighted: false); 190overallDvBldr.AddColumn(OverallMetrics.ThreshAtP, NumberDataViewType.Single, thresholdAtP.ToArray()); 768colsToKeep.Add(AnomalyDetectionEvaluator.OverallMetrics.ThreshAtP); 785AnomalyDetectionEvaluator.OverallMetrics.ThreshAtP,