2 writes to Scores
Microsoft.ML.FastTree (2)
Training\StepSearch.cs (2)
84Scores = new ScoreTracker(_previousScores); 172_left.Scores = null; //We need to set it to null so that next call to AdjustTreeOutputs will not destroy returned object
5 references to Scores
Microsoft.ML.FastTree (5)
Training\StepSearch.cs (5)
83if (Scores == null || Scores.Dataset != _previousScores.Dataset) 86Scores.Initialize(_previousScores, _tree, _partitioning, _step); 87Loss = _lossCalculator.ComputeTests(Scores.Scores).ToList()[_lossIndex]; 171ScoreTracker result = _left.Scores;