1 write to _arguments
Microsoft.ML.CodeGenerator (1)
CodeGenerator\CSharp\TrainerGeneratorBase.cs (1)
41_arguments = new Dictionary<string, object>();
4 references to _arguments
Microsoft.ML.CodeGenerator (4)
CodeGenerator\CSharp\TrainerGeneratorBase.cs (4)
114_arguments.Add(_hasAdvancedSettings ? kv.Key : NamedParameters[kv.Key], value); 118_arguments.Add(kv.Key, value); 162var paramString = BuildComplexParameter(OptionsName, _arguments, "="); 167sb.Append(AppendArguments(_arguments, ":"));