1 implementation of SetTreeScores
Microsoft.ML.FastTree (1)
Training\EnsembleCompression\LassoBasedEnsembleCompressor.cs (1)
133
public 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);