public class ILSingleDimensional extends InformationLoss<java.lang.Double>
Modifier and Type | Method and Description |
---|---|
InformationLoss<java.lang.Double> |
clone()
Returns a clone of this object.
|
int |
compareTo(InformationLoss<?> other)
Compares the loss to the other.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Double |
getValue()
Returns the value
|
int |
hashCode() |
void |
max(InformationLoss<?> other)
Retains the maximum of this and other.
|
void |
min(InformationLoss<?> other)
Retains the minimum of this and other.
|
double |
relativeTo(InformationLoss<?> min,
InformationLoss<?> max)
Returns the value relative to the other instance.
|
java.lang.String |
toString()
Returns a string representation.
|
createInformationLoss, getMetadata
public InformationLoss<java.lang.Double> clone()
InformationLoss
clone
in class InformationLoss<java.lang.Double>
public int compareTo(InformationLoss<?> other)
InformationLoss
compareTo
in interface java.lang.Comparable<InformationLoss<?>>
compareTo
in class InformationLoss<java.lang.Double>
public boolean equals(java.lang.Object obj)
equals
in class InformationLoss<java.lang.Double>
public java.lang.Double getValue()
InformationLoss
getValue
in class InformationLoss<java.lang.Double>
public int hashCode()
hashCode
in class InformationLoss<java.lang.Double>
public void max(InformationLoss<?> other)
InformationLoss
max
in class InformationLoss<java.lang.Double>
public void min(InformationLoss<?> other)
InformationLoss
min
in class InformationLoss<java.lang.Double>
public double relativeTo(InformationLoss<?> min, InformationLoss<?> max)
InformationLoss
relativeTo
in class InformationLoss<java.lang.Double>
public java.lang.String toString()
InformationLoss
toString
in class InformationLoss<java.lang.Double>