public class GaussianErrorTerm extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<GaussianErrorTerm>
Modifier and Type | Field and Description |
---|---|
protected int |
distanceIndex |
protected java.lang.Double |
normalizedValue |
protected java.lang.Double |
value |
Constructor and Description |
---|
GaussianErrorTerm(GaussianErrorTermList.IndexableErrorTerm caller) |
GaussianErrorTerm(GaussianErrorTermList.IndexableErrorTerm caller,
double normalizedValue) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(GaussianErrorTerm errorTerm) |
protected final int distanceIndex
protected java.lang.Double value
protected final java.lang.Double normalizedValue
public GaussianErrorTerm(GaussianErrorTermList.IndexableErrorTerm caller)
public GaussianErrorTerm(GaussianErrorTermList.IndexableErrorTerm caller, double normalizedValue)
public int compareTo(GaussianErrorTerm errorTerm)
compareTo
in interface java.lang.Comparable<GaussianErrorTerm>