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