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)
936
Contracts.AssertValue(_indexer.
_flockIndexers
[flock]);
937
return _indexer.
_flockIndexers
[flock][subfeature, _rowIndex];
976
_flockIndexers
[iflock] = flock.GetFlockIndexer();
984
(
_flockIndexers
[f] != null)));