2 references to CreateOptions
Microsoft.ML.Transforms (2)
Text\WrappedTextTransformers.cs (2)
193
var estimator = WordBagBuildingTransformer.CreateEstimator(_host,
CreateOptions
(), SchemaShape.Create(input.Schema));
220
var estimator = WordBagBuildingTransformer.CreateEstimator(_host,
CreateOptions
(), inputSchema);