4 writes to _right
Microsoft.ML.FastTree (4)
Training\StepSearch.cs (4)
30_right = new StepScoresAndLoss(lossCalculator, lossIndex); 139Rotate(ref _lo, ref _left, ref _right); 144Rotate(ref _hi, ref _right, ref _left); 153Swap(ref _left, ref _right);
5 references to _right
Microsoft.ML.FastTree (5)
Training\StepSearch.cs (5)
103_right.Initialize(tree, partitioning, previousScores); 130_right.Step = _lo.Step + (_hi.Step - _lo.Step) / _phi; 133int cmp = _right.Loss.CompareTo(_left.Loss); 140_right.Step = _lo.Step + (_hi.Step - _lo.Step) / _phi; 152if (_right.Loss.CompareTo(_left.Loss) == 1)