1 write to _colToActive
Microsoft.ML.Data (1)
Data\DataViewUtils.cs (1)
1043_colToActive = colToActive;
4 references to _colToActive
Microsoft.ML.Data (4)
Data\DataViewUtils.cs (4)
1112Ch.CheckParam(column.Index < _colToActive.Length, nameof(column)); 1113return _colToActive[column.Index] >= 0; 1126Ch.CheckParam(column.Index < _colToActive.Length, nameof(column), "requested column is not active or valid for the Schema."); 1128var originGetter = _getters[_colToActive[column.Index]];