1 write to _colToActive
Microsoft.ML.Data (1)
Data\DataViewUtils.cs (1)
1189
Utils.BuildSubsetMaps(_schema, _cursors[0].IsColumnActive, out _activeToCol, out
_colToActive
);
4 references to _colToActive
Microsoft.ML.Data (4)
Data\DataViewUtils.cs (4)
1303
Ch.CheckParam(column.Index <
_colToActive
.Length, nameof(column));
1304
return
_colToActive
[column.Index] >= 0;
1317
Ch.CheckParam(column.Index <
_colToActive
.Length, nameof(column), "requested column not active or is invalid for the schema. ");
1319
var originGetter = _getters[
_colToActive
[column.Index]];