Interface ITreeEngineDS

    • Field Detail

      • CATEGORY

        static final Category CATEGORY
        Category used in error and/or warnings found during initialization.
    • Method Detail

      • iterateDecisionTrees

        void iterateDecisionTrees​(IDecisionTreeVisitor visitor)
                           throws InitializationException
        This method should iterate over all the decision trees and add a data-source for each of them to the visitor.
        Parameters:
        visitor - The visitor that should be used to add decision trees to.
        Throws:
        InitializationException - This exception is thrown when the decision trees could not be initialized.