1 write to _host
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
417_host = env.Register(nameof(TextFeaturizingEstimator));
11 references to _host
Microsoft.ML.Transforms (11)
Text\TextFeaturizingEstimator.cs (11)
384var host = parent._host; 418_host.CheckValue(source, nameof(source)); 419_host.CheckParam(source.Any(), nameof(source)); 420_host.CheckParam(!source.Any(string.IsNullOrWhiteSpace), nameof(source)); 421_host.CheckNonEmpty(name, nameof(name)); 422_host.CheckValueOrNull(options); 443var h = _host; 612return new Transformer(_host, chain); 641_host.CheckValue(inputSchema, nameof(inputSchema)); 646throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", srcName); 648throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", srcName, "scalar or vector of String", col.GetTypeString());