1 implementation of SetTreeScores
Microsoft.ML.FastTree (1)
Training\EnsembleCompression\LassoBasedEnsembleCompressor.cs (1)
133public unsafe void SetTreeScores(int idx, double[] scores)
1 reference to SetTreeScores
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
400_ensembleCompressor.SetTreeScores(Ensemble.NumTrees - 1, trainOutputs);