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, getMetadatapublic InformationLoss<java.lang.Double> clone()
InformationLossclone in class InformationLoss<java.lang.Double>public int compareTo(InformationLoss<?> other)
InformationLosscompareTo 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()
InformationLossgetValue in class InformationLoss<java.lang.Double>public int hashCode()
hashCode in class InformationLoss<java.lang.Double>public void max(InformationLoss<?> other)
InformationLossmax in class InformationLoss<java.lang.Double>public void min(InformationLoss<?> other)
InformationLossmin in class InformationLoss<java.lang.Double>public double relativeTo(InformationLoss<?> min, InformationLoss<?> max)
InformationLossrelativeTo in class InformationLoss<java.lang.Double>public java.lang.String toString()
InformationLosstoString in class InformationLoss<java.lang.Double>