1 write to _active
Microsoft.ML.FastTree (1)
Dataset\FeatureFlock.cs (1)
82_active = new bool[features];
10 references to _active
Microsoft.ML.FastTree (10)
Dataset\FeatureFlock.cs (10)
113Contracts.Assert(_active.Length == Flock.Count); 117for (int f = 0; f < _active.Length; ++f) 118_active[f] = true; 121Array.Copy(active, featureOffset, _active, 0, _active.Length); 150Contracts.Assert(_active.Length == other._active.Length); 154for (int f = 0; f < _active.Length; ++f) 155Contracts.Assert(_active[f] == other._active[f]);