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