3 implementations of Count
Microsoft.ML.Sweeper (3)
Parameters.cs (3)
304
public int
Count
428
public int
Count
494
public int
Count
6 references to Count
Microsoft.ML.Sweeper (6)
Algorithms\Grid.cs (6)
126
_nGridPoints *= sweptParameter.
Count
;
143
_nGridPoints *= sweptParameter.
Count
;
184
return new ParameterSet(SweepParameters.Select(sweepParameter => sweepParameter[Host.Rand.Next(sweepParameter.
Count
)]));
194
Contracts.Assert(sweepParameter.
Count
> 0);
195
Contracts.Assert(div % sweepParameter.
Count
== 0);
196
div /= sweepParameter.
Count
;