共用方式為


GamModelParametersBase 類別

定義

GAM 模型參數的基類。

public abstract class GamModelParametersBase : Microsoft.ML.Trainers.ModelParametersBase<float>, Microsoft.ML.Trainers.ICalculateFeatureContribution
type GamModelParametersBase = class
    inherit ModelParametersBase<single>
    interface ICalculateFeatureContribution
Public MustInherit Class GamModelParametersBase
Inherits ModelParametersBase(Of Single)
Implements ICalculateFeatureContribution
繼承
GamModelParametersBase
衍生
實作

欄位

Bias

模型攔截。 也稱為偏差或平均效果。

NumberOfShapeFunctions

模型中所使用的圖形函式數目。

方法

GetBinEffects(Int32)

取得每項功能的量化權數。

GetBinUpperBounds(Int32)

取得每個功能的 bin 上限。

明確介面實作

ICalculateFeatureContribution.FeatureContributionCalculator

用來判斷每個特徵對 範例 FeatureContributionCalculatingTransformer 分數的貢獻。 對於一般化加法模型 (GAM) ,特徵的貢獻等於以特徵值評估之指定特徵的圖形函式。

ICanSaveModel.Save(ModelSaveContext)

GAM 模型參數的基類。

(繼承來源 ModelParametersBase<TOutput>)

適用於