Class LongNtree

    • Constructor Summary

      Constructors 
      Constructor Description
      LongNtree​(long[] dimensions, long[] position, long value)
      Standard constructor called by factory
      LongNtree​(Ntree<java.lang.Long> data, long[] position)  
    • Constructor Detail

      • LongNtree

        public LongNtree​(long[] dimensions,
                         long[] position,
                         long value)
        Standard constructor called by factory
        Parameters:
        dimensions - The dimensions of the tree
        value - Uniform value of created nodes of the tree
      • LongNtree

        public LongNtree​(Ntree<java.lang.Long> data,
                         long[] position)