1 write to NegativePrecision
Microsoft.ML.Transforms (1)
7 references to NegativePrecision
Microsoft.ML.Tests (6)
PermutationFeatureImportanceTests.cs (6)
395Assert.Equal(3, MaxDeltaIndex(pfi, m => m.NegativePrecision.Mean));
396Assert.Equal(1, MinDeltaIndex(pfi, m => m.NegativePrecision.Mean));
472Assert.Equal(2, MaxDeltaIndex(pfi, m => m.NegativePrecision.Mean));
473Assert.Equal(5, MinDeltaIndex(pfi, m => m.NegativePrecision.Mean));
504Assert.Equal(3, MaxDeltaIndex(pfi, m => m.NegativePrecision.Mean));
505Assert.Equal(1, MinDeltaIndex(pfi, m => m.NegativePrecision.Mean));
Microsoft.ML.Transforms (1)