1 write to _host
Microsoft.ML.Transforms (1)
Text\WrappedTextTransformers.cs (1)
356_host = env.Register(nameof(WordHashBagEstimator));
5 references to _host
Microsoft.ML.Transforms (5)
Text\WrappedTextTransformers.cs (5)
360_host.CheckUserArg(Utils.Size(input) > 0, nameof(input)); 361_host.CheckValue(output, nameof(input)); 390return WordHashBagProducingTransformer.CreateTransformer(_host, options, input); 399_host.CheckValue(inputSchema, nameof(inputSchema)); 402var transformer = Fit(new EmptyDataView(_host, fakeSchema));