共用方式為


CoefficientStatistics 類別

定義

表示係數統計資料物件,其中包含有關匯出模型參數的統計資料。

public sealed class CoefficientStatistics
type CoefficientStatistics = class
Public NotInheritable Class CoefficientStatistics
繼承
CoefficientStatistics

欄位

Estimate

模型參數 (產生統計資料的加權) 偏差。

Index

特徵的索引,在特徵向量中,這個模型參數 (加權偏差) 對應至其中。

PValue

此模型參數估計的 機率值 (加權) 偏差。

StandardError

此模型參數估計 的標準差 (加權) 偏差。

ZScore

此模型參數估計 的標準分數 (加權) 偏差。 依估計值高於或低於平均值的數量來數量。

適用於