1 write to F1Score
Microsoft.ML.Transforms (1)
MetricStatistics.cs (1)
192F1Score = new MetricStatistics();
7 references to F1Score
Microsoft.ML.Tests (6)
PermutationFeatureImportanceTests.cs (6)
399Assert.Equal(3, MaxDeltaIndex(pfi, m => m.F1Score.Mean)); 400Assert.Equal(1, MinDeltaIndex(pfi, m => m.F1Score.Mean)); 476Assert.Equal(2, MaxDeltaIndex(pfi, m => m.F1Score.Mean)); 477Assert.Equal(5, MinDeltaIndex(pfi, m => m.F1Score.Mean)); 508Assert.Equal(3, MaxDeltaIndex(pfi, m => m.F1Score.Mean)); 509Assert.Equal(1, MinDeltaIndex(pfi, m => m.F1Score.Mean));
Microsoft.ML.Transforms (1)
MetricStatistics.cs (1)
208F1Score.Add(metrics.F1Score);