Class GBDTForestOptimizer


  • public class GBDTForestOptimizer
    extends Optimizer
    Author:
    bratseth
    • Constructor Detail

      • GBDTForestOptimizer

        public GBDTForestOptimizer()
    • Method Detail

      • optimize

        public void optimize​(RankingExpression expression,
                             ContextIndex context,
                             OptimizationReport report)
        Optimizes sums of GBDTNodes by replacing them by a single GBDTForestNode
        Specified by:
        optimize in class Optimizer
        Parameters:
        expression - the expression to destructively optimize
        context - a fast lookup context created from the given expression
        report - the optimization report to which actions of this is logged