GamModelParametersBase クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 継承
- 派生
- 実装
フィールド
Bias |
モデルインターセプト。 バイアスまたは平均効果とも呼ばれます。 |
NumberOfShapeFunctions |
モデルで使用される図形関数の数。 |
メソッド
GetBinEffects(Int32) |
各フィーチャのビン分割された重みを取得します。 |
GetBinUpperBounds(Int32) |
各フィーチャのビンの上限を取得します。 |
明示的なインターフェイスの実装
ICalculateFeatureContribution.FeatureContributionCalculator |
によって例のスコアに対する各特徴の寄与を決定するために使用されます FeatureContributionCalculatingTransformer。 一般化加法モデル (GAM) の場合、特徴の寄与度は、特徴値で評価された特定の特徴の形状関数と等しくなります。 |
ICanSaveModel.Save(ModelSaveContext) |
GAM モデル パラメーターの基本クラス。 (継承元 ModelParametersBase<TOutput>) |