Class GIFExitCondition

Inheritance Relationships

Derived Type

Class Documentation

class genif::GIFExitCondition

This class provides an interface to describe different exit conditions.

Subclassed by genif::GIFExitConditionAverageKernelValue

Public Functions

bool shouldExitRecursion(const Tree &node) const = 0

Classes, which override this method, should return for a given node, whether a further recursion step should happen.

More specifically, the parametrized node is subject to a split in a next recursion step, so this method decides, whether this split should happen.

Return

A decision, whether the next recursion step should happen.

Parameters
  • node: The node to make the decision for.