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