2 writes to HistogramPoolSize
Microsoft.ML.FastTree (2)
FastTree.cs (2)
265
FastTreeTrainerOptions.
HistogramPoolSize
= FastTreeTrainerOptions.NumberOfLeaves * 2 / 3;
267
FastTreeTrainerOptions.
HistogramPoolSize
= FastTreeTrainerOptions.NumberOfLeaves - 1;
6 references to HistogramPoolSize
Microsoft.ML.FastTree (6)
BoostingFastTree.cs (3)
44
if (FastTreeTrainerOptions.NumberOfLeaves > 2 && FastTreeTrainerOptions.
HistogramPoolSize
> FastTreeTrainerOptions.NumberOfLeaves - 1)
47
if (FastTreeTrainerOptions.NumberOfLeaves > 2 && FastTreeTrainerOptions.
HistogramPoolSize
> FastTreeTrainerOptions.NumberOfLeaves - 1)
68
FastTreeTrainerOptions.
HistogramPoolSize
, FastTreeTrainerOptions.Seed, FastTreeTrainerOptions.FeatureFractionPerSplit, FastTreeTrainerOptions.FilterZeroLambdas,
FastTree.cs (2)
264
if (FastTreeTrainerOptions.
HistogramPoolSize
< 2)
266
if (FastTreeTrainerOptions.
HistogramPoolSize
> FastTreeTrainerOptions.NumberOfLeaves - 1)
RandomForest.cs (1)
68
FastTreeTrainerOptions.
HistogramPoolSize
, FastTreeTrainerOptions.Seed, FastTreeTrainerOptions.FeatureFractionPerSplit,