다음을 통해 공유


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

적용 대상