LinearModelParameterStatistics.GetBiasStatisticsForValue(Single) Method

Definition

Computes the standart deviation, Z-Score and p-Value for the value being passed as the bias.

public Microsoft.ML.Trainers.CoefficientStatistics GetBiasStatisticsForValue (float bias);
member this.GetBiasStatisticsForValue : single -> Microsoft.ML.Trainers.CoefficientStatistics
Public Function GetBiasStatisticsForValue (bias As Single) As CoefficientStatistics

Parameters

bias
Single

Returns

Applies to