1 reference to CumulativeSum
Microsoft.ML.FastTree (1)
Training\DocumentPartitioning.cs (1)
106var cumulativeLength = _leafCount.CumulativeSum<int>().Take(tree.NumLeaves - 1);