LinearModelParameterStatistics 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
線性模型參數的統計資料。
public sealed class LinearModelParameterStatistics : Microsoft.ML.Trainers.ModelStatisticsBase
type LinearModelParameterStatistics = class
inherit ModelStatisticsBase
Public NotInheritable Class LinearModelParameterStatistics
Inherits ModelStatisticsBase
- 繼承
欄位
Deviance |
線性模型參數的統計資料。 (繼承來源 ModelStatisticsBase) |
NullDeviance |
線性模型參數的統計資料。 (繼承來源 ModelStatisticsBase) |
ParametersCount |
線性模型參數的統計資料。 (繼承來源 ModelStatisticsBase) |
TrainingExampleCount |
線性模型參數的統計資料。 (繼承來源 ModelStatisticsBase) |
方法
GetBiasStatistics() |
計算計算偏差、Z 分數和 p-Value 的計算偏差。 |
GetBiasStatisticsForValue(Single) |
計算作為偏差傳遞之值的獨立藝術師偏差、Z-Score 和 p-Value。 |
GetWeightsCoefficientStatistics(Int32) |
取得係數統計資料做為 物件。 |
明確介面實作
ICanSaveModel.Save(ModelSaveContext) |
線性模型參數的統計資料。 (繼承來源 ModelStatisticsBase) |