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