Implemented interface member:
method
Fit
Microsoft.ML.IEstimator<TTransformer>.Fit(Microsoft.ML.IDataView)
1 reference to Fit
Microsoft.ML.Transforms (1)
ExpressionTransformer.cs (1)
327
return new ExpressionEstimator(env, columns).
Fit
(input).MakeDataTransform(input);