Class TreeCoreset.treeNode

  • Enclosing class:
    TreeCoreset

    protected class TreeCoreset.treeNode
    extends Object
    datastructure representing a node within a tree
    • Constructor Detail

      • treeNode

        public treeNode​(Point[] setA,
                        Point[] setB,
                        int n_1,
                        int n_2,
                        Point centre,
                        int centreIndex)
        initalizes root as a treenode with the union of setA and setB as pointset and centre as centre