다음을 통해 공유


PriorTrainer.Fit(IDataView) 메서드

정의

를 학습하고 반환합니다 BinaryPredictionTransformer<TModel>.

public Microsoft.ML.Data.BinaryPredictionTransformer<Microsoft.ML.Trainers.PriorModelParameters> Fit (Microsoft.ML.IDataView input);
abstract member Fit : Microsoft.ML.IDataView -> Microsoft.ML.Data.BinaryPredictionTransformer<Microsoft.ML.Trainers.PriorModelParameters>
override this.Fit : Microsoft.ML.IDataView -> Microsoft.ML.Data.BinaryPredictionTransformer<Microsoft.ML.Trainers.PriorModelParameters>
Public Function Fit (input As IDataView) As BinaryPredictionTransformer(Of PriorModelParameters)

매개 변수

input
IDataView

반환

구현

적용 대상