共用方式為


LinearModelParameterStatistics 類別

定義

線性模型參數的統計資料。

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

欄位

Deviance

線性模型參數的統計資料。

(繼承來源 ModelStatisticsBase)
NullDeviance

線性模型參數的統計資料。

(繼承來源 ModelStatisticsBase)
ParametersCount

線性模型參數的統計資料。

(繼承來源 ModelStatisticsBase)
TrainingExampleCount

線性模型參數的統計資料。

(繼承來源 ModelStatisticsBase)

方法

GetBiasStatistics()

計算計算偏差、Z 分數和 p-Value 的計算偏差。

GetBiasStatisticsForValue(Single)

計算作為偏差傳遞之值的獨立藝術師偏差、Z-Score 和 p-Value。

GetWeightsCoefficientStatistics(Int32)

取得係數統計資料做為 物件。

明確介面實作

ICanSaveModel.Save(ModelSaveContext)

線性模型參數的統計資料。

(繼承來源 ModelStatisticsBase)

適用於