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