2 implementations of CreateTransformer
Microsoft.ML.Transforms (2)
CustomMappingFactory.cs (2)
40ITransformer ICustomMappingFactory.CreateTransformer(IHostEnvironment env, string contractName) 69ITransformer ICustomMappingFactory.CreateTransformer(IHostEnvironment env, string contractName)
1 reference to CreateTransformer
Microsoft.ML.Transforms (1)
LambdaTransform.cs (1)
76return mappingFactory.CreateTransformer(env, contractName);