public class ILScore extends InformationLoss<org.apache.commons.math3.fraction.BigFraction>
Modifier and Type | Method and Description |
---|---|
InformationLoss<org.apache.commons.math3.fraction.BigFraction> |
clone()
Returns a clone of this object.
|
int |
compareTo(InformationLoss<?> other)
Compares the loss to the other.
|
boolean |
equals(java.lang.Object obj) |
org.apache.commons.math3.fraction.BigFraction |
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<org.apache.commons.math3.fraction.BigFraction> clone()
InformationLoss
clone
in class InformationLoss<org.apache.commons.math3.fraction.BigFraction>
public int compareTo(InformationLoss<?> other)
InformationLoss
compareTo
in interface java.lang.Comparable<InformationLoss<?>>
compareTo
in class InformationLoss<org.apache.commons.math3.fraction.BigFraction>
public boolean equals(java.lang.Object obj)
equals
in class InformationLoss<org.apache.commons.math3.fraction.BigFraction>
public org.apache.commons.math3.fraction.BigFraction getValue()
InformationLoss
getValue
in class InformationLoss<org.apache.commons.math3.fraction.BigFraction>
public int hashCode()
hashCode
in class InformationLoss<org.apache.commons.math3.fraction.BigFraction>
public void max(InformationLoss<?> other)
InformationLoss
max
in class InformationLoss<org.apache.commons.math3.fraction.BigFraction>
public void min(InformationLoss<?> other)
InformationLoss
min
in class InformationLoss<org.apache.commons.math3.fraction.BigFraction>
public double relativeTo(InformationLoss<?> min, InformationLoss<?> max)
InformationLoss
relativeTo
in class InformationLoss<org.apache.commons.math3.fraction.BigFraction>
public java.lang.String toString()
InformationLoss
toString
in class InformationLoss<org.apache.commons.math3.fraction.BigFraction>