1 override of AddScores
Microsoft.ML.FastTree (1)
Training\ScoreTracker.cs (1)
198
internal override void
AddScores
(InternalRegressionTree tree, DocumentPartitioning partitioning, double multiplier)
2 references to AddScores
Microsoft.ML.FastTree (2)
Training\OptimizationAlgorithms\OptimizationAlgorithm.cs (1)
78
t.
AddScores
(tree, TreeLearner.Partitioning, 1.0);
Training\ScoreTracker.cs (1)
52
AddScores
(tree, partitioning, multiplier);