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