Implemented interface member:
property
Count
Microsoft.ML.AutoML.IValueGenerator.Count
6 references to Count
Microsoft.ML.AutoML (6)
Sweepers\SmacSweeper.cs (2)
281for (int j = 0; j < parameterDiscrete.Count; j++) 293int randomIndex = r.Next(0, parameterDiscrete.Count - 1);
Sweepers\SweeperProbabilityUtils.cs (4)
84for (int j = 0; j < parameterDiscrete.Count; j++) 95for (int j = 0; j < parameterDiscrete.Count; j++) 139for (int j = 0; j < parameterDiscrete.Count; j++) 149currentArrayIndex += parameterDiscrete.Count;