1 write to WeightedPrecision
Microsoft.ML.Data (1)
Evaluators\BinaryClassifierEvaluator.cs (1)
613
WeightedPrecision
= new List<Double>();
5 references to WeightedPrecision
Microsoft.ML.Data (5)
Evaluators\BinaryClassifierEvaluator.cs (5)
320
Host.AssertValue(agg.
WeightedPrecision
);
324
weightedPrecision.AddRange(agg.
WeightedPrecision
);
733
Host.AssertValue(
WeightedPrecision
);
737
WeightedPrecision
.Clear();
761
WeightedPrecision
.Add(wpos / (wpos + wneg));