5 references to ToTitleCase
Microsoft.ML.AutoML.SourceGenerator (5)
SearchSpaceGenerator.cs (2)
39
var className = Utils.
ToTitleCase
(jNode["name"].GetValue<string>());
43
var optionName = Utils.
ToTitleCase
(t["name"].GetValue<string>());
SweepableEstimatorFactoryGenerator.cs (2)
34
.SelectMany(union => union.EstimatorTypes.Select(t => (Utils.CreateEstimatorName(union.FunctionName, t), Utils.
ToTitleCase
(union.SearchOption))))
39
.SelectMany(union => union.EstimatorTypes.Select(t => (Utils.CreateEstimatorName(union.FunctionName, t), Utils.
ToTitleCase
(union.SearchOption))))
SweepableEstimatorGenerator.cs (1)
66
TOption = Utils.
ToTitleCase
(x.e.SearchOption),