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
];
229
for (int c = 0; c <
_colCount
; c++)
418
if (columnIndex < 0 || columnIndex >=
_colCount
)
419
throw Host.Except("Column index must be between 0 and {0}",
_colCount
);