1 write to RowCount
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
189
RowCount
= (int)rowCount;
6 references to RowCount
Microsoft.ML.Data (4)
DataView\Transposer.cs (4)
275
return new VectorDataViewType(elementType,
RowCount
);
296
return
RowCount
;
363
_len = parent.
RowCount
;
503
_len = parent.
RowCount
;
Microsoft.ML.FastTree (2)
FastTree.cs (2)
1399
numExamples = slotDropper?.DstLength ?? trans.
RowCount
;
1467
numExamples = slotDropper?.DstLength ?? trans.
RowCount
;