Implemented interface member:
property
Count
Microsoft.ML.IValueGenerator.Count
12 references to Count
Microsoft.ML.Sweeper (12)
Algorithms\KdoSweeper.cs (5)
355double[] weights = new double[param.Count]; 357int[] counts = new int[param.Count]; 360for (int j = 0; j < param.Count; j++) 398double[] weights = new double[param.Count]; 402for (int j = 0; j < param.Count; j++)
Algorithms\SmacSweeper.cs (3)
290for (int j = 0; j < parameterDiscrete.Count; j++) 302int randomIndex = r.Next(0, parameterDiscrete.Count - 1); 450for (int j = 0; j < parameterDiscrete.Count; j++)
Algorithms\SweeperProbabilityUtils.cs (4)
179for (int j = 0; j < parameterDiscrete.Count; j++) 190for (int j = 0; j < parameterDiscrete.Count; j++) 226for (int j = 0; j < parameterDiscrete.Count; j++) 236currentArrayIndex += parameterDiscrete.Count;