13 references to CoefficientStatistics
Microsoft.ML.StandardTrainers (11)
Standard\ModelStatistics.cs (11)
340public CoefficientStatistics GetBiasStatisticsForValue(float bias) 355public CoefficientStatistics GetBiasStatistics() => GetBiasStatisticsForValue(_bias); 404private List<CoefficientStatistics> GetUnorderedCoefficientStatistics() 413List<CoefficientStatistics> result = new List<CoefficientStatistics>(ParametersCount - 1); 460public CoefficientStatistics[] GetWeightsCoefficientStatistics(int paramCountCap) 478var biasStats = GetBiasStatistics(); 512foreach (var coeffStat in coeffStats) 537var biasStats = GetBiasStatistics(); 547foreach (var coeffStat in coeffStats) 565var biasStats = GetBiasStatistics();
Microsoft.ML.Tests (2)
TrainerEstimators\LbfgsTests.cs (2)
97var biasStats = stats?.GetBiasStatistics(); 113foreach (var coefficient in coefficients)