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, hashCode
public abstract InformationLoss<double[]> clone()
InformationLoss
clone
in class InformationLoss<double[]>
public abstract int compareTo(InformationLoss<?> other)
InformationLoss
compareTo
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()
InformationLoss
getValue
in class InformationLoss<double[]>
public void max(InformationLoss<?> other)
InformationLoss
max
in class InformationLoss<double[]>
public void min(InformationLoss<?> other)
InformationLoss
min
in class InformationLoss<double[]>
public abstract double relativeTo(InformationLoss<?> min, InformationLoss<?> max)
InformationLoss
relativeTo
in class InformationLoss<double[]>
public abstract java.lang.String toString()
InformationLoss
toString
in class InformationLoss<double[]>