1 write to ColumnCount
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinarySaver.cs (1)
552ColumnCount = 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"); 1080if (header.ColumnCount != 0 && header.TableOfContentsOffset < Header.HeaderSize) 1094if (_header.ColumnCount > 0) 1102for (int c = 0; c < _header.ColumnCount; ++c) 2159VersionToString(header.CompatibleVersion), header.ColumnCount, header.RowCount, idvSize); 2221ch.Assert(colCount == header.ColumnCount);