public class ILMultiDimensionalRank extends AbstractILMultiDimensional
| Modifier and Type | Method and Description |
|---|---|
InformationLoss<double[]> |
clone()
Returns a clone of this object.
|
int |
compareTo(InformationLoss<?> other)
Compares the loss to the other.
|
double[] |
getValue()
Returns the value
|
int |
hashCode() |
double |
relativeTo(InformationLoss<?> min,
InformationLoss<?> max)
Returns the value relative to the other instance.
|
java.lang.String |
toString()
Returns a string representation.
|
equals, max, mincreateInformationLoss, getMetadatapublic InformationLoss<double[]> clone()
InformationLossclone in class AbstractILMultiDimensionalpublic int compareTo(InformationLoss<?> other)
InformationLosscompareTo in interface java.lang.Comparable<InformationLoss<?>>compareTo in class AbstractILMultiDimensionalpublic double[] getValue()
InformationLossgetValue in class AbstractILMultiDimensionalpublic int hashCode()
hashCode in class InformationLoss<double[]>public double relativeTo(InformationLoss<?> min, InformationLoss<?> max)
InformationLossrelativeTo in class AbstractILMultiDimensionalpublic java.lang.String toString()
InformationLosstoString in class AbstractILMultiDimensional