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