
public final class ConstantWeight extends Object implements WeightFunction
| Constructor and Description | 
|---|
| ConstantWeight() | 
| Modifier and Type | Method and Description | 
|---|---|
| double | getWeight(double distance,
         double max,
         double stddev)Get the constant weight
 No scaling - the result is always 1.0 | 
public double getWeight(double distance,
               double max,
               double stddev)
getWeight in interface WeightFunctiondistance - distance of the query pointmax - maximum distance of all included pointsstddev - standard deviation (i.e. quadratic mean / RMS) of the
        included points