public abstract class AbstractILMultiDimensional extends InformationLoss<double[]>
| Modifier and Type | Method and Description |
|---|---|
abstract InformationLoss<double[]> |
clone()
Returns a clone of this object.
|
abstract int |
compareTo(InformationLoss<?> other)
Compares the loss to the other.
|
boolean |
equals(java.lang.Object other) |
abstract double[] |
getValue()
Returns the value
|
void |
max(InformationLoss<?> other)
Retains the maximum of this and other.
|
void |
min(InformationLoss<?> other)
Retains the minimum of this and other.
|
abstract double |
relativeTo(InformationLoss<?> min,
InformationLoss<?> max)
Returns the value relative to the other instance.
|
abstract java.lang.String |
toString()
Returns a string representation.
|
createInformationLoss, getMetadata, hashCodepublic abstract InformationLoss<double[]> clone()
InformationLossclone in class InformationLoss<double[]>public abstract int compareTo(InformationLoss<?> other)
InformationLosscompareTo in interface java.lang.Comparable<InformationLoss<?>>compareTo in class InformationLoss<double[]>public boolean equals(java.lang.Object other)
equals in class InformationLoss<double[]>public abstract double[] getValue()
InformationLossgetValue in class InformationLoss<double[]>public void max(InformationLoss<?> other)
InformationLossmax in class InformationLoss<double[]>public void min(InformationLoss<?> other)
InformationLossmin in class InformationLoss<double[]>public abstract double relativeTo(InformationLoss<?> min, InformationLoss<?> max)
InformationLossrelativeTo in class InformationLoss<double[]>public abstract java.lang.String toString()
InformationLosstoString in class InformationLoss<double[]>