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