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