2 writes to LabelName
Microsoft.ML.CodeGenerator (2)
CodeGenerator\CSharp\AzureCodeGenerator\AzureAttachConsoleAppCodeGenerator.cs (1)
90LabelName = _settings.LabelName,
CodeGenerator\CSharp\CodeGenerator.cs (1)
351LabelName = _settings.LabelName,
6 references to LabelName
Microsoft.ML.CodeGenerator (6)
Templates\Console\PredictProgram.cs (6)
59this.Write(this.ToStringHelper.ToStringWithCulture(Utils.Normalize(LabelName))); 61this.Write(this.ToStringHelper.ToStringWithCulture(Utils.Normalize(LabelName))); 75this.Write(this.ToStringHelper.ToStringWithCulture(Utils.Normalize(LabelName))); 79this.Write(this.ToStringHelper.ToStringWithCulture(Utils.Normalize(LabelName))); 83this.Write(this.ToStringHelper.ToStringWithCulture(Utils.Normalize(LabelName))); 85this.Write(this.ToStringHelper.ToStringWithCulture(Utils.Normalize(LabelName)));