1 write to _indexer
Microsoft.ML.FastTree (1)
Dataset\Dataset.cs (1)
945
_indexer
= indexer;
3 references to _indexer
Microsoft.ML.FastTree (3)
Dataset\Dataset.cs (3)
935
_indexer
._dataset.MapFeatureToFlockAndSubFeature(featureIndex, out flock, out subfeature);
936
Contracts.AssertValue(
_indexer
._flockIndexers[flock]);
937
return
_indexer
._flockIndexers[flock][subfeature, _rowIndex];