3 references to CreateEstimator
Microsoft.ML.Transforms (3)
Text\WordBagTransform.cs (3)
169
estimator = estimator.Append(NgramExtractorTransform.
CreateEstimator
(h, extractorArgs, estimator.GetOutputSchema(inputSchema)));
546
return
CreateEstimator
(env, options, SchemaShape.Create(input.Schema), termLoaderArgs).Fit(input).Transform(input)/* Create(env, options, input, termLoaderArgs).Transform(input) */as IDataTransform;
650
return NgramExtractorTransform.
CreateEstimator
(env, options, SchemaShape.Create(input.Schema), _termLoaderArgs).Fit(input);