1 write to _colToActivesIndex
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
1165Utils.BuildSubsetMaps(colLim, predicate, out actives, out _colToActivesIndex);
10 references to _colToActivesIndex
Microsoft.ML.Data (10)
DataView\CacheDataView.cs (10)
1175Ch.Assert(_colToActivesIndex[c] == ic); 1186Ch.CheckParam(column.Index < _colToActivesIndex.Length, nameof(column)); 1187return _colToActivesIndex[column.Index] >= 0; 1206Ch.CheckParam(column.Index <= _colToActivesIndex.Length && IsColumnActive(column), nameof(column), "requested column not active"); 1207Ch.Check(_colToActivesIndex[column.Index] < _getters.Length); 1209var originGetter = _getters[_colToActivesIndex[column.Index]]; 1219Ch.Assert(0 <= col && col < _colToActivesIndex.Length); 1220Ch.Assert(_colToActivesIndex[col] >= 0); 1226Ch.Assert(0 <= col && col < _colToActivesIndex.Length); 1227Ch.Assert(_colToActivesIndex[col] >= 0);