다음을 통해 공유


OnlineLinearOptions 클래스

정의

온라인 선형 트레이너에 대한 인수 클래스입니다.

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

생성자

OnlineLinearOptions()

온라인 선형 트레이너에 대한 인수 클래스입니다.

필드

FeatureColumnName

기능에 사용할 열입니다.

(다음에서 상속됨 TrainerInputBase)
InitialWeightsDiameter

초기 가중치 및 바이어스 배율입니다.

LabelColumnName

레이블에 사용할 열입니다.

(다음에서 상속됨 TrainerInputBaseWithLabel)
NumberOfIterations

학습 데이터 세트를 통과하는 패스 수입니다.

Shuffle

각 학습 반복에 대한 데이터를 순서 섞을지 여부를 결정합니다.

적용 대상