1 write to _active
Microsoft.ML.Data (1)
DataView\EmptyDataView.cs (1)
57
_active
= Utils.BuildArray(Schema.Count, columnsNeeded);
2 references to _active
Microsoft.ML.Data (2)
DataView\EmptyDataView.cs (2)
70
public override bool IsColumnActive(DataViewSchema.Column column) => column.Index <
_active
.Length &&
_active
[column.Index];