2 references to GetBiasStatisticsForValue
Microsoft.ML.StandardTrainers (1)
Standard\ModelStatistics.cs (1)
355public CoefficientStatistics GetBiasStatistics() => GetBiasStatisticsForValue(_bias);
Microsoft.ML.Tests (1)
TrainerEstimators\LbfgsTests.cs (1)
100biasStats = stats.GetBiasStatisticsForValue(2);