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