1 write to Settings
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
2349Settings = settings;
4 references to Settings
Microsoft.ML.Core (4)
CommandLine\CmdParser.cs (4)
2354return CombineSettings(Settings); 2359if (string.IsNullOrEmpty(Name) && Settings.Length == 0) 2362if (Settings.Length == 0) 2365string str = CombineSettings(Settings);