2 instantiations of Transformer
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (2)
612return new Transformer(_host, chain); 626=> new Transformer(env, ctx);
3 references to Transformer
Microsoft.ML.Transforms (3)
Text\TextFeaturizingEstimator.cs (3)
692_host = env.Register(nameof(Transformer)); 728_host = env.Register(nameof(Transformer)); 782loaderAssemblyName: typeof(Transformer).Assembly.FullName);