Documentation of 'org.encog.ml.tree.TreeNode' Java class
TreeNode
org.encog.ml.tree

Interface TreeNode

    • Method Detail

      • addChildNodes

        void addChildNodes(TreeNode[] args)
        Add child nodes.
        Parameters:
        args - The child nodes to add.
      • allLeafChildren

        boolean allLeafChildren()
        Returns:
        True, if all children are leaves.
      • getChildNodes

        java.util.List<TreeNode> getChildNodes()
        Returns:
        The child nodes.
      • isLeaf

        boolean isLeaf()
        Returns:
        True, if this is a leaf.
      • size

        int size()
        Returns:
        The number of nodes from this point. Do not call on cyclic tree.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.