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