2 writes to _flockIndexers
Microsoft.ML.FastTree (2)
Dataset\Dataset.cs (2)
963_flockIndexers = _dataset._flocks.Select(d => d.GetFlockIndexer()).ToArray(_dataset.NumFlocks); 967_flockIndexers = new FeatureFlockBase.FlockForwardIndexerBase[_dataset.NumFlocks];
4 references to _flockIndexers
Microsoft.ML.FastTree (4)
Dataset\Dataset.cs (4)
936Contracts.AssertValue(_indexer._flockIndexers[flock]); 937return _indexer._flockIndexers[flock][subfeature, _rowIndex]; 976_flockIndexers[iflock] = flock.GetFlockIndexer(); 984(_flockIndexers[f] != null)));