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) |
각 기능에 대한 bin 상한을 가져옵니다. |
명시적 인터페이스 구현
ICalculateFeatureContribution.FeatureContributionCalculator |
에 의해 예제 FeatureContributionCalculatingTransformer의 점수에 대한 각 기능의 기여도를 결정하는 데 사용됩니다. GAM(일반화된 가산 모델)의 경우 기능의 기여도는 기능 값으로 평가된 지정된 기능의 셰이프 함수와 같습니다. |
ICanSaveModel.Save(ModelSaveContext) |
GAM 모델 매개 변수의 기본 클래스입니다. (다음에서 상속됨 ModelParametersBase<TOutput>) |