Documentation of 'medusa.georgios.ClusteringAlgorithms.Node' Java class
Node
medusa.georgios.ClusteringAlgorithms

Class Node



  • public class Node
    extends java.lang.Object
    • Field Detail

      • id

        public int id
      • Label

        public java.lang.String Label
      • is_leaf

        public boolean is_leaf
      • left_child

        public Node left_child
      • right_child

        public Node right_child
      • parent

        public Node parent
      • higher_parent

        public Node higher_parent
      • labels

        public java.util.ArrayList<java.lang.String> labels
      • id_counter

        public int id_counter
    • Constructor Detail

      • Node

        public Node(java.util.ArrayList<java.lang.String> Labels)
    • Method Detail

      • create_node

        public Node create_node()
      • get_tree_NewickFormat

        public java.lang.String get_tree_NewickFormat(Node cluster)
      • get_tree_NewickFormat

        public java.lang.String get_tree_NewickFormat()
      • search_higher_ancestor_of

        public void search_higher_ancestor_of(Node cluster)
      • connection_exists

        public boolean connection_exists(Node parent,
                                         Node child)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.