OnlineLinearTrainer<TTransformer,TModel>.Fit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Continues the training of a OnlineLinearTrainer<TTransformer,TModel> using an already trained modelParameters
and returns a ITransformer.
public TTransformer Fit (Microsoft.ML.IDataView trainData, Microsoft.ML.Trainers.LinearModelParameters modelParameters);
override this.Fit : Microsoft.ML.IDataView * Microsoft.ML.Trainers.LinearModelParameters -> 'ransformer
Public Function Fit (trainData As IDataView, modelParameters As LinearModelParameters) As TTransformer
Parameters
- trainData
- IDataView
- modelParameters
- LinearModelParameters
Returns
TTransformer