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