LbfgsPoissonRegressionTrainer.Fit(IDataView, LinearModelParameters) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
LbfgsPoissonRegressionTrainer继续使用已训练linearModel
的训练并返回 aRegressionPredictionTransformer<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