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); 313return _active[column.Index]; 326Ch.Check(column.Index < _active.Length && _active[column.Index], "the requested column is not active");