1 write to _ensembleCompressor
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
200
_ensembleCompressor
= new LassoBasedEnsembleCompressor();
2 references to _ensembleCompressor
Microsoft.ML.FastTree (2)
FastTreeRanking.cs (2)
201
_ensembleCompressor
.Initialize(FastTreeTrainerOptions.NumberOfTrees, TrainSet, TrainSet.Ratings, FastTreeTrainerOptions.Seed);
400
_ensembleCompressor
.SetTreeScores(Ensemble.NumTrees - 1, trainOutputs);