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);
162
var paramString = BuildComplexParameter(OptionsName,
_arguments
, "=");
167
sb.Append(AppendArguments(
_arguments
, ":"));