1 write to IsComponentFactory
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
1462IsComponentFactory = true;
7 references to IsComponentFactory
Microsoft.ML.Core (7)
CommandLine\CmdParser.cs (7)
651if (arg.IsComponentFactory) 1706else if (IsComponentFactory) 1754if (IsComponentFactory) 2013else if (IsComponentFactory) 2216else if (IsComponentFactory) 2260get { return IsComponentFactory && !Field.FieldType.IsArray; } 2265get { return IsComponentFactory && Field.FieldType.IsArray; }