Implemented interface member:
property
this
Microsoft.ML.IValueGenerator.this[System.Int32]
6 references to
Microsoft.ML.Sweeper (6)
Algorithms\KdoSweeper.cs (2)
361
labelToIndex[param
[
j].ValueText] = j;
403
labelToIndex[param
[
j].ValueText] = j;
Algorithms\SmacSweeper.cs (2)
292
if (parameterDiscrete
[
j].Equals(pset))
452
if (parameterDiscrete
[
j].Equals(pset))
Algorithms\SweeperProbabilityUtils.cs (2)
181
if (parameterDiscrete
[
j].Equals(pset))
235
parameters.Add(new StringParameterValue(sweepParams[i].Name, parameterDiscrete
[
hotIndex].ValueText));