1 write to _lastRow
Microsoft.ML.FastTree (1)
FastTree.cs (1)
2705
_lastRow
= new int[features.Length];
4 references to _lastRow
Microsoft.ML.FastTree (4)
FastTree.cs (4)
2650
int lastRow =
_lastRow
[featureIndex];
2652
_lastRow
[featureIndex] = rowIndex;
2706
for (int i = 0; i <
_lastRow
.Length; ++i)
2707
_lastRow
[i] = -1;