3 references to RowCount
Microsoft.ML.Data (3)
DataView\ArrayDataViewBuilder.cs (3)
188
_host.Check(!
RowCount
.HasValue ||
RowCount
.Value == rowCount.Value, "Specified row count incompatible with existing columns");
192
return new DataView(_host, this,
RowCount
.Value);