public final class QuadraticWeight extends java.lang.Object implements WeightFunction
1.0 - 0.9 * (distance/max)²
| Constructor and Description |
|---|
QuadraticWeight() |
| Modifier and Type | Method and Description |
|---|---|
double |
getWeight(double distance,
double max,
double stddev)
Evaluate quadratic weight. stddev is ignored.
|
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 pointsCopyright © 2019 ELKI Development Team. License information.