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