1 write to RowCount
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
189
RowCount
= (int)rowCount;
4 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
;