1 write to _histogram
Microsoft.ML.FastTree (1)
GamTrainer.cs (1)
585
_histogram
= new SufficientStatsBase[TrainSet.Flocks.Length];
3 references to _histogram
Microsoft.ML.FastTree (3)
GamTrainer.cs (3)
330
_histogram
[flockIndex].Sumup(
361
_histogram
[flockIndex].FindBestSplitForFeature(_leafSplitHelper, _leafSplitCandidates,
587
_histogram
[i] = TrainSet.Flocks[i].CreateSufficientStats(HasWeights);