LinearModelParameterStatistics Class

Definition

Statistics for linear model parameters.

public sealed class LinearModelParameterStatistics : Microsoft.ML.Trainers.ModelStatisticsBase
type LinearModelParameterStatistics = class
    inherit ModelStatisticsBase
Public NotInheritable Class LinearModelParameterStatistics
Inherits ModelStatisticsBase
Inheritance
LinearModelParameterStatistics

Fields

Deviance (Inherited from ModelStatisticsBase)
NullDeviance (Inherited from ModelStatisticsBase)
ParametersCount (Inherited from ModelStatisticsBase)
TrainingExampleCount (Inherited from ModelStatisticsBase)

Methods

GetBiasStatistics()

Computes the standart deviation, Z-Score and p-Value for the calculated bias.

GetBiasStatisticsForValue(Single)

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

GetWeightsCoefficientStatistics(Int32)

Gets the coefficient statistics as an object.

Explicit Interface Implementations

ICanSaveModel.Save(ModelSaveContext) (Inherited from ModelStatisticsBase)

Applies to