다음을 통해 공유


LbfgsPoissonRegressionTrainer.Fit(IDataView, LinearModelParameters) 메서드

정의

이미 학습된 linearModelRegressionPredictionTransformer<TModel>using의 학습을 LbfgsPoissonRegressionTrainer 계속하고 .

public Microsoft.ML.Data.RegressionPredictionTransformer<Microsoft.ML.Trainers.PoissonRegressionModelParameters> Fit (Microsoft.ML.IDataView trainData, Microsoft.ML.Trainers.LinearModelParameters linearModel);
override this.Fit : Microsoft.ML.IDataView * Microsoft.ML.Trainers.LinearModelParameters -> Microsoft.ML.Data.RegressionPredictionTransformer<Microsoft.ML.Trainers.PoissonRegressionModelParameters>
Public Function Fit (trainData As IDataView, linearModel As LinearModelParameters) As RegressionPredictionTransformer(Of PoissonRegressionModelParameters)

매개 변수

trainData
IDataView
linearModel
LinearModelParameters

반환

적용 대상