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