1 write to _perFeaturePosition
Microsoft.ML.FastTree (1)
FastTree.cs (1)
2702
_perFeaturePosition
= workArray;
4 references to _perFeaturePosition
Microsoft.ML.FastTree (4)
FastTree.cs (4)
2656
int last =
_perFeaturePosition
[featureIndex];
2676
_perFeaturePosition
[featureIndex] = last;
2679
_perFeaturePosition
[featureIndex] = last;
2703
Array.Clear(
_perFeaturePosition
, 0, _featureIndices.Length);