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