10 references to Normalize
Microsoft.ML.CodeGenerator (10)
CodeGenerator\CSharp\AzureCodeGenerator\AzureAttachCodeGenenrator.cs (1)
31var namespaceValue = Utilities.Utils.Normalize(_settings.OutputName);
CodeGenerator\CSharp\CodeGenerator.cs (1)
59var namespaceValue = Utils.Normalize(_settings.OutputName);
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)));
Utils.cs (2)
138return Normalize(input); 326columnNames[i] = Utils.Normalize(columnNames[i]);