2 writes to TotalCount
Microsoft.ML.FastTree (2)
Dataset\FeatureHistogram.cs (1)
154TotalCount = totalCount;
SumupPerformanceCommand.cs (1)
246data.TotalCount = count;
19 references to TotalCount
Microsoft.ML.FastTree (19)
Dataset\DenseIntArray.cs (4)
107input.TotalCount, input.SumTargets, input.SumWeights); 197histogram.CountByBin[0] = input.TotalCount; 345for (int ii = 0; ii < input.TotalCount; ++ii) 360int 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 (1)
572pSumWeightsByBin, pCountByBin, 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);