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