public class BucketManager extends Object
Modifier and Type | Class and Description |
---|---|
protected class |
BucketManager.Bucket |
Modifier and Type | Field and Description |
---|---|
protected BucketManager.Bucket[] |
buckets |
protected MTRandom |
clustererRandom |
protected int |
maxBucketsize |
protected int |
numberOfBuckets |
protected TreeCoreset |
treeCoreset |
Constructor and Description |
---|
BucketManager(int n,
int d,
int maxsize,
MTRandom random)
initializes a bucketmanager for n points with bucketsize maxsize and dimension d
|
protected int numberOfBuckets
protected int maxBucketsize
protected BucketManager.Bucket[] buckets
protected MTRandom clustererRandom
protected TreeCoreset treeCoreset
public BucketManager(int n, int d, int maxsize, MTRandom random)
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.