1 write to MeanAbsoluteError
Microsoft.ML.Transforms (1)
12 references to MeanAbsoluteError
Microsoft.ML.IntegrationTests (1)
Microsoft.ML.Tests (10)
PermutationFeatureImportanceTests.cs (10)
81Assert.Equal(3, MinDeltaIndex(pfi, m => m.MeanAbsoluteError.Mean));
82Assert.Equal(1, MaxDeltaIndex(pfi, m => m.MeanAbsoluteError.Mean));
155Assert.Equal(3, MinDeltaIndex(pfi, m => m.MeanAbsoluteError.Mean));
156Assert.Equal(1, MaxDeltaIndex(pfi, m => m.MeanAbsoluteError.Mean));
228Assert.Equal(3, MinDeltaIndex(pfi, m => m.MeanAbsoluteError.StandardDeviation));
229Assert.Equal(1, MaxDeltaIndex(pfi, m => m.MeanAbsoluteError.StandardDeviation));
241Assert.Equal(3, MinDeltaIndex(pfi, m => m.MeanAbsoluteError.StandardError));
242Assert.Equal(1, MaxDeltaIndex(pfi, m => m.MeanAbsoluteError.StandardError));
316Assert.Equal(2, MinDeltaIndex(results, m => m.MeanAbsoluteError.Mean));
317Assert.Equal(5, MaxDeltaIndex(results, m => m.MeanAbsoluteError.Mean));
Microsoft.ML.Transforms (1)