4 references to CompressEnsemble
Microsoft.ML.FastTree (4)
BoostingFastTree.cs (1)
41if (FastTreeTrainerOptions.CompressEnsemble && FastTreeTrainerOptions.WriteLastEnsemble)
FastTree.cs (1)
848if (!FastTreeTrainerOptions.CompressEnsemble)
FastTreeRanking.cs (2)
198if (FastTreeTrainerOptions.CompressEnsemble) 397if (tree != null && FastTreeTrainerOptions.CompressEnsemble)