2 implementations of CreateComponent
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (1)
2432
public TComponent
CreateComponent
(IHostEnvironment env, TArg1 argument1, TArg2 argument2, TArg3 argument3)
ComponentModel\ComponentFactory.cs (1)
163
public TComponent
CreateComponent
(IHostEnvironment env, TArg1 argument1, TArg2 argument2, TArg3 argument3)
2 references to CreateComponent
Microsoft.ML.Data (2)
Commands\ScoreCommand.cs (2)
244
return sc.
CreateComponent
(env, data.Data, mapper, trainSchema);
269
return sc.
CreateComponent
(env, input, mapper, trainSchema);