1 write to _active
Microsoft.ML.Data (1)
DataView\ArrayDataViewBuilder.cs (1)
273
_active
= new BitArray(view.Schema.Count);
5 references to _active
Microsoft.ML.Data (5)
DataView\ArrayDataViewBuilder.cs (5)
275
_active
.SetAll(true);
279
_active
[i] = predicate(i);
313
return
_active
[column.Index];
326
Ch.Check(column.Index <
_active
.Length &&
_active
[column.Index], "the requested column is not active");