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