Поделиться через


LbfgsPoissonRegressionTrainer.Fit(IDataView, LinearModelParameters) Метод

Определение

Продолжает обучение использования уже обученного LbfgsPoissonRegressionTrainerlinearModel и возвращает значение RegressionPredictionTransformer<TModel>.

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

Возвращаемое значение

Применяется к