14 references to CreateArguments
Microsoft.ML.Core (2)
ComponentModel\ComponentCatalog.cs (2)
300return (TRes)CreateInstance(env, CreateArguments(), null); 1032object args = info.CreateArguments();
Microsoft.ML.Data (1)
Commands\ScoreCommand.cs (1)
336object args = info.CreateArguments();
Microsoft.ML.Maml (3)
HelpCommand.cs (3)
178var args = info.CreateArguments(); 212var args = info.CreateArguments(); 296components.Add(new Component(kind, info, info.CreateArguments()));
Microsoft.ML.ResultProcessor (4)
ResultProcessor.cs (4)
165var defs = cls.CreateArguments(); 526trainerArgs = trainerClass.CreateArguments(); 536predictorSettings = CmdParser.GetSettingPairs(env, trainerArgs, trainerClass.CreateArguments(), SettingsFlags.ShortNames). 688commandArgs = commandClass.CreateArguments();
Microsoft.ML.Sweeper (1)
SweepResultEvaluator.cs (1)
47var args = evalInfo.CreateArguments();
Microsoft.ML.TestFramework (3)
DataPipe\TestDataPipeBase.cs (3)
352var def = info.CreateArguments(); 354var a1 = info.CreateArguments(); 362var a2 = info.CreateArguments();