2 writes to TotalCount
Microsoft.ML.FastTree (2)
Dataset\FeatureHistogram.cs (1)
154TotalCount = totalCount;
SumupPerformanceCommand.cs (1)
246data.TotalCount = count;
21 references to TotalCount
Microsoft.ML.FastTree (21)
Dataset\DenseIntArray.cs (5)
107input.TotalCount, input.SumTargets, input.SumWeights); 134int count = input.TotalCount; 314histogram.CountByBin[0] = input.TotalCount; 462for (int ii = 0; ii < input.TotalCount; ++ii) 477int end = input.TotalCount;
Dataset\IntArray.cs (2)
228for (int i = 0; i < input.TotalCount; i++) 248for (int i = 0; i < input.TotalCount; i++)
Dataset\RepeatIntArray.cs (1)
265int* end = pDocIndicesFixed + input.TotalCount;
Dataset\SegmentIntArray.cs (2)
572pSumWeightsByBin, pCountByBin, input.TotalCount, 603int count = input.TotalCount;
Dataset\SparseIntArray.cs (9)
301histogram.CountByBin[0] += input.TotalCount - _values.Length; 330histogram.CountByBin[0] += input.TotalCount - _values.Length; 363if (++iDocIndices >= input.TotalCount) 385if (++iDocIndices >= input.TotalCount) 393histogram.CountByBin[0] += input.TotalCount - totalCount; 423if (++iDocIndices >= input.TotalCount) 446if (++iDocIndices >= input.TotalCount) 455histogram.CountByBin[0] += input.TotalCount - totalCount; 518input.TotalCount, input.SumTargets, input.SumWeights);
SumupPerformanceCommand.cs (2)
324double ticksPerDoc = (double)ticksPerCycle / (completed * data.TotalCount); 327partition, data.TotalCount, _len, completed, nsPerDoc);