1 write to NegativeRecall
Microsoft.ML.Transforms (1)
MetricStatistics.cs (1)
191NegativeRecall = new MetricStatistics();
7 references to NegativeRecall
Microsoft.ML.Tests (6)
PermutationFeatureImportanceTests.cs (6)
397Assert.Equal(0, MaxDeltaIndex(pfi, m => m.NegativeRecall.Mean)); 398Assert.Equal(1, MinDeltaIndex(pfi, m => m.NegativeRecall.Mean)); 474Assert.Equal(2, MaxDeltaIndex(pfi, m => m.NegativeRecall.Mean)); 475Assert.Equal(5, MinDeltaIndex(pfi, m => m.NegativeRecall.Mean)); 506Assert.Equal(2, MaxDeltaIndex(pfi, m => m.NegativeRecall.Mean)); 507Assert.Equal(1, MinDeltaIndex(pfi, m => m.NegativeRecall.Mean));
Microsoft.ML.Transforms (1)
MetricStatistics.cs (1)
207NegativeRecall.Add(metrics.NegativeRecall);