Implemented interface member:
method
NormalizeValue
Microsoft.ML.Sweeper.INumericValueGenerator.NormalizeValue(Microsoft.ML.IParameterValue)
2 references to NormalizeValue
Microsoft.ML.Sweeper (1)
Algorithms\SweeperProbabilityUtils.cs (1)
203result.Add(fvg.NormalizeValue(new FloatParameterValue(pset.Name, float.Parse(pset.ValueText))));
Microsoft.ML.Sweeper.Tests (1)
TestSweeper.cs (1)
72var originalNormalizedValue = paramSweep.NormalizeValue(value);