4 instantiations of 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]);
3 references to StringParameterValue
Microsoft.ML.Sweeper (3)
Parameters.cs (3)
193var spv = obj as StringParameterValue; 199return Hashing.CombinedHash(0, typeof(StringParameterValue), _name, _value);