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