2 writes to ScoresUpdated
Microsoft.ML.FastTree (2)
Training\Test.cs (2)
158ScoreTracker.ScoresUpdated += OnScoresUpdated; 217SimpleTest.ScoreTracker.ScoresUpdated += OnScoresUpdated;
2 references to ScoresUpdated
Microsoft.ML.FastTree (2)
Training\ScoreTracker.cs (2)
83if (ScoresUpdated != null) 84ScoresUpdated();