1 write to _host
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
411_host = env.Register(nameof(TextFeaturizingEstimator));
11 references to _host
Microsoft.ML.Transforms (11)
Text\TextFeaturizingEstimator.cs (11)
378var host = parent._host; 412_host.CheckValue(source, nameof(source)); 413_host.CheckParam(source.Any(), nameof(source)); 414_host.CheckParam(!source.Any(string.IsNullOrWhiteSpace), nameof(source)); 415_host.CheckNonEmpty(name, nameof(name)); 416_host.CheckValueOrNull(options); 437var h = _host; 606return new Transformer(_host, chain); 633_host.CheckValue(inputSchema, nameof(inputSchema)); 638throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", srcName); 640throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", srcName, "scalar or vector of String", col.GetTypeString());