GamBinaryModelParameters 類別

定義

GamBinaryTrainer 模型參數。

public sealed class GamBinaryModelParameters : Microsoft.ML.Trainers.FastTree.GamModelParametersBase
type GamBinaryModelParameters = class
    inherit GamModelParametersBase
Public NotInheritable Class GamBinaryModelParameters
Inherits GamModelParametersBase
繼承

欄位

Bias

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

(繼承來源 GamModelParametersBase)
NumberOfShapeFunctions

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

(繼承來源 GamModelParametersBase)

方法

GetBinEffects(Int32)

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

(繼承來源 GamModelParametersBase)
GetBinUpperBounds(Int32)

取得每個功能的 bin 上限。

(繼承來源 GamModelParametersBase)

明確介面實作

ICalculateFeatureContribution.FeatureContributionCalculator

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

(繼承來源 GamModelParametersBase)
ICanSaveModel.Save(ModelSaveContext)

GamBinaryTrainer 模型參數。

(繼承來源 ModelParametersBase<TOutput>)

適用於