1 write to ColumnCount
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinarySaver.cs (1)
552
ColumnCount
= activeColumns.Length
7 references to ColumnCount
Microsoft.ML.Data (7)
DataLoadSave\Binary\BinaryLoader.cs (7)
147
_ectx.Assert(0 <= index && index < parent._header.
ColumnCount
);
1078
_host.CheckDecode(header.
ColumnCount
>= 0, "Column count cannot be negative");
1080
if (header.
ColumnCount
!= 0 && header.TableOfContentsOffset < Header.HeaderSize)
1094
if (_header.
ColumnCount
> 0)
1102
for (int c = 0; c < _header.
ColumnCount
; ++c)
2159
VersionToString(header.CompatibleVersion), header.
ColumnCount
, header.RowCount, idvSize);
2221
ch.Assert(colCount == header.
ColumnCount
);