1 write to IsComponentFactory
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1463IsComponentFactory = true;
7 references to IsComponentFactory
Microsoft.ML.Core (7)
CommandLine\CmdParser.cs (7)
652if (arg.IsComponentFactory) 1707else if (IsComponentFactory) 1755if (IsComponentFactory) 2014else if (IsComponentFactory) 2221else if (IsComponentFactory) 2265get { return IsComponentFactory && !Field.FieldType.IsArray; } 2270get { return IsComponentFactory && Field.FieldType.IsArray; }