1 write to _colCount
Microsoft.ML.Data (1)
DataView\DataViewConstructionUtils.cs (1)
226_colCount = schema.Count;
4 references to _colCount
Microsoft.ML.Data (4)
DataView\DataViewConstructionUtils.cs (4)
228_getters = new Delegate[_colCount]; 229for (int c = 0; c < _colCount; c++) 418if (columnIndex < 0 || columnIndex >= _colCount) 419throw Host.Except("Column index must be between 0 and {0}", _colCount);