2 instantiations of Transformer
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (2)
606return new Transformer(_host, chain); 620=> new Transformer(env, ctx);
3 references to Transformer
Microsoft.ML.Transforms (3)
Text\TextFeaturizingEstimator.cs (3)
684_host = env.Register(nameof(Transformer)); 720_host = env.Register(nameof(Transformer)); 774loaderAssemblyName: typeof(Transformer).Assembly.FullName);