public class LogBucketUtility extends BucketUtility
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_MEAN |
Constructor and Description |
---|
LogBucketUtility(double min,
double max,
int noOfBuckets) |
Modifier and Type | Method and Description |
---|---|
int |
getBucket(double condVal) |
double |
getLowerBound(int index) |
double |
getUpperBound(int index) |
getArraySize, getMax, getMin, isInRange
public LogBucketUtility(double min, double max, int noOfBuckets)
public int getBucket(double condVal)
getBucket
in class BucketUtility
public double getLowerBound(int index)
getLowerBound
in class BucketUtility
public double getUpperBound(int index)
getUpperBound
in class BucketUtility