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)
2650int lastRow = _lastRow[featureIndex]; 2652_lastRow[featureIndex] = rowIndex; 2706for (int i = 0; i < _lastRow.Length; ++i) 2707_lastRow[i] = -1;