Implemented interface member:
property
Name
Microsoft.ML.CommandLine.ICommandLineComponentFactory.Name
1 write to Name
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
2338
Name
= name;
7 references to Name
Microsoft.ML.Core (7)
CommandLine\CmdParser.cs (7)
2354
if (string.IsNullOrEmpty(
Name
) && Settings.Length == 0)
2358
return
Name
;
2363
return
Name
+ sb.ToString();
2380
Name
,
2398
Name
,
2417
Name
,
2437
Name
,