Class BucketManager


  • public class BucketManager
    extends Object
    Author:
    Marcel R. Ackermann, Christiane Lammersen, Marcus Maertens, Christoph Raupach, Christian Sohler, Kamil Swierkot Modified by Richard Hugh Moulton (24 Jul 2017) Modified by Mustafa Çelik (13 June 2019) Contact: celikmustafa89@gmail.com
    See Also:
    google group topic for arrayOutOfBoundsException of bucketsize, github issue for arrayOutOfBoundsException of bucketsize
    • Field Detail

      • numberOfBuckets

        protected int numberOfBuckets
      • maxBucketsize

        protected int maxBucketsize
      • clustererRandom

        protected MTRandom clustererRandom
    • Constructor Detail

      • BucketManager

        public BucketManager​(int n,
                             int d,
                             int maxsize,
                             MTRandom random)
        initializes a bucketmanager for n points with bucketsize maxsize and dimension d