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