4 references to StringParameterValue
Microsoft.ML.Sweeper (4)
Algorithms\SweeperProbabilityUtils.cs (2)
235
parameters.Add(new
StringParameterValue
(sweepParams[i].Name, parameterDiscrete[hotIndex].ValueText));
240
parameters.Add(new
StringParameterValue
(sweepParams[i].Name, parameterDiscrete[(int)array[currentArrayIndex]].ValueText));
Parameters.cs (2)
483
return new
StringParameterValue
(_options.Name, _options.Values[(int)(_options.Values.Length * normalizedValue)]);
490
return new
StringParameterValue
(_options.Name, _options.Values[i]);