Implemented interface member:
property
Name
Microsoft.ML.CommandLine.ICommandLineComponentFactory.Name
1 write to Name
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
2343
Name
= name;
7 references to Name
Microsoft.ML.Core (7)
CommandLine\CmdParser.cs (7)
2359
if (string.IsNullOrEmpty(
Name
) && Settings.Length == 0)
2363
return
Name
;
2368
return
Name
+ sb.ToString();
2385
Name
,
2403
Name
,
2422
Name
,
2442
Name
,