public class RangeNodeThreshold extends Object implements Thresholder
| Constructor and Description |
|---|
RangeNodeThreshold() |
RangeNodeThreshold(double exponent) |
RangeNodeThreshold(double exponent,
double linearFactor,
double maxValue,
double constantFactor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOverThreshold(int nodeSize,
int nodeLevel,
int keyIntervalSize) |
public RangeNodeThreshold()
public RangeNodeThreshold(double exponent)
public RangeNodeThreshold(double exponent,
double linearFactor,
double maxValue,
double constantFactor)
public boolean isOverThreshold(int nodeSize,
int nodeLevel,
int keyIntervalSize)
isOverThreshold in interface ThresholderCopyright © 2015–2023. All rights reserved.