
public interface WeightFunction extends InspectionUtilFrequentlyScanned
| Modifier and Type | Method and Description | 
|---|---|
| double | getWeight(double distance,
         double max,
         double stddev)Evaluate weight function with given parameters. | 
double getWeight(double distance,
               double max,
               double stddev)
distance - distance of the query pointmax - maximum distance of all included pointsstddev - standard deviation (i.e. quadratic mean / RMS) of the
        included points