10 references to Normalize
Microsoft.ML.CodeGenerator (10)
CodeGenerator\CSharp\AzureCodeGenerator\AzureAttachCodeGenenrator.cs (1)
31
var namespaceValue = Utilities.Utils.
Normalize
(_settings.OutputName);
CodeGenerator\CSharp\CodeGenerator.cs (1)
59
var namespaceValue = Utils.
Normalize
(_settings.OutputName);
Templates\Console\PredictProgram.cs (6)
59
this.Write(this.ToStringHelper.ToStringWithCulture(Utils.
Normalize
(LabelName)));
61
this.Write(this.ToStringHelper.ToStringWithCulture(Utils.
Normalize
(LabelName)));
75
this.Write(this.ToStringHelper.ToStringWithCulture(Utils.
Normalize
(LabelName)));
79
this.Write(this.ToStringHelper.ToStringWithCulture(Utils.
Normalize
(LabelName)));
83
this.Write(this.ToStringHelper.ToStringWithCulture(Utils.
Normalize
(LabelName)));
85
this.Write(this.ToStringHelper.ToStringWithCulture(Utils.
Normalize
(LabelName)));
Utils.cs (2)
138
return
Normalize
(input);
326
columnNames[i] = Utils.
Normalize
(columnNames[i]);