Documentation of 'org.encog.ml.tree.traverse.tasks.TaskGetNodeIndex' Java class
TaskGetNodeIndex
org.encog.ml.tree.traverse.tasks

Class TaskGetNodeIndex

    • Constructor Detail

      • TaskGetNodeIndex

        public TaskGetNodeIndex(int theIndex)
    • Method Detail

      • task

        public boolean task(TreeNode node)
        Specified by:
        task in interface TreeTraversalTask
        Parameters:
        node - The node visiting.
        Returns:
        True, if traversal should continue.
      • getResult

        public TreeNode getResult()
        Returns:
        The resulting tree node.
      • process

        public static TreeNode process(int index,
                                       TreeNode node)
        Obtain the specified tree node for the specified index.
        Parameters:
        index - The index.
        node - The tree node to search from.
        Returns:
        The tree node for the specified index.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.