public final class InverseLinearWeight extends Object implements WeightFunction
Constructor and Description |
---|
InverseLinearWeight() |
Modifier and Type | Method and Description |
---|---|
double |
getWeight(double distance,
double max,
double stddev)
Linear increasing weight, from 0.1 to 1.0
NOTE: increasing weights are non-standard, and mostly for testing
|
public double getWeight(double distance, double max, double stddev)
getWeight
in interface WeightFunction
distance
- distance of the query pointmax
- maximum distance of all included pointsstddev
- standard deviation (i.e. quadratic mean / RMS) of the
included pointsCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.