다음을 통해 공유


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>)

적용 대상