次の方法で共有


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)

各フィーチャのビンの上限を取得します。

明示的なインターフェイスの実装

ICalculateFeatureContribution.FeatureContributionCalculator

によって例のスコアに対する各特徴の寄与を決定するために使用されます FeatureContributionCalculatingTransformer。 一般化加法モデル (GAM) の場合、特徴の寄与度は、特徴値で評価された特定の特徴の形状関数と等しくなります。

ICanSaveModel.Save(ModelSaveContext)

GAM モデル パラメーターの基本クラス。

(継承元 ModelParametersBase<TOutput>)

適用対象