다음을 통해 공유


UnsupervisedTrainerInputBaseWithWeight 클래스

정의

가중치 열을 지원하는 모든 감독되지 않은 트레이너 입력에 대한 기본 클래스입니다.

public abstract class UnsupervisedTrainerInputBaseWithWeight : Microsoft.ML.Trainers.TrainerInputBase
type UnsupervisedTrainerInputBaseWithWeight = class
    inherit TrainerInputBase
Public MustInherit Class UnsupervisedTrainerInputBaseWithWeight
Inherits TrainerInputBase
상속
UnsupervisedTrainerInputBaseWithWeight
파생

필드

ExampleWeightColumnName

예를 들어 가중치에 사용할 열입니다.

FeatureColumnName

기능에 사용할 열입니다.

(다음에서 상속됨 TrainerInputBase)

적용 대상