public class ExponentialNormalizer extends Object implements Normalizer
Constructor and Description |
---|
ExponentialNormalizer() |
ExponentialNormalizer(double beta) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
double |
getBeta() |
int |
hashCode() |
double |
normalize(double distance) |
void |
setBeta(double beta) |
public ExponentialNormalizer(double beta)
public ExponentialNormalizer()
public void setBeta(double beta)
beta
- the slope of the exponential.public double getBeta()
public double normalize(double distance)
normalize
in interface Normalizer
distance
- a distance value between 0 and infinity.Copyright (C) 2016-2018 Benjamin Paaßen, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/