Interface IDecisionTreeVisitor

    • Method Detail

      • addDecisionTree

        void addDecisionTree​(IDecisionTreeDS tree)
                      throws InitializationException
        This method should be invoked to add a single decision tree to the tree engine.
        Parameters:
        tree - Data-source that can provide the information of a single decision tree.
        Throws:
        InitializationException - This exception is thrown when the decision tree could not be initialized.