Freigeben über


LinearModelParameterStatistics Klasse

Definition

Statistiken für lineare Modellparameter.

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

Felder

Deviance

Statistiken für lineare Modellparameter.

(Geerbt von ModelStatisticsBase)
NullDeviance

Statistiken für lineare Modellparameter.

(Geerbt von ModelStatisticsBase)
ParametersCount

Statistiken für lineare Modellparameter.

(Geerbt von ModelStatisticsBase)
TrainingExampleCount

Statistiken für lineare Modellparameter.

(Geerbt von ModelStatisticsBase)

Methoden

GetBiasStatistics()

Berechnet die Standartabweichung, Z-Score und p-Value für die berechnete Verzerrung.

GetBiasStatisticsForValue(Single)

Berechnet die Standartabweichung, Z-Score und p-Value für den Wert, der als Verzerrung übergeben wird.

GetWeightsCoefficientStatistics(Int32)

Ruft die Koeffizientenstatistiken als Objekt ab.

Explizite Schnittstellenimplementierungen

ICanSaveModel.Save(ModelSaveContext)

Statistiken für lineare Modellparameter.

(Geerbt von ModelStatisticsBase)

Gilt für: