Package org.deidentifier.arx.metric.v2
Klasse ILSingleDimensional
java.lang.Object
org.deidentifier.arx.metric.InformationLoss<Double>
org.deidentifier.arx.metric.v2.ILSingleDimensional
- Alle implementierten Schnittstellen:
Serializable,Comparable<InformationLoss<?>>
This class implements an information loss which can be represented as a
single decimal number.
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungclone()Returns a clone of this object.intcompareTo(InformationLoss<?> other) Compares the loss to the other.booleangetValue()Returns the valueinthashCode()voidmax(InformationLoss<?> other) Retains the maximum of this and other.voidmin(InformationLoss<?> other) Retains the minimum of this and other.doublerelativeTo(InformationLoss<?> min, InformationLoss<?> max) Returns the value relative to the other instance.toString()Returns a string representation.Von Klasse geerbte Methoden org.deidentifier.arx.metric.InformationLoss
createInformationLoss, getMetadata
-
Methodendetails
-
clone
Beschreibung aus Klasse kopiert:InformationLossReturns a clone of this object.- Angegeben von:
clonein KlasseInformationLoss<Double>- Gibt zurück:
-
compareTo
Beschreibung aus Klasse kopiert:InformationLossCompares the loss to the other.- Angegeben von:
compareToin SchnittstelleComparable<InformationLoss<?>>- Angegeben von:
compareToin KlasseInformationLoss<Double>- Parameter:
other-- Gibt zurück:
-
equals
- Angegeben von:
equalsin KlasseInformationLoss<Double>
-
getValue
Beschreibung aus Klasse kopiert:InformationLossReturns the value- Angegeben von:
getValuein KlasseInformationLoss<Double>- Gibt zurück:
-
hashCode
public int hashCode()- Angegeben von:
hashCodein KlasseInformationLoss<Double>
-
max
Beschreibung aus Klasse kopiert:InformationLossRetains the maximum of this and other.- Angegeben von:
maxin KlasseInformationLoss<Double>- Parameter:
other-
-
min
Beschreibung aus Klasse kopiert:InformationLossRetains the minimum of this and other.- Angegeben von:
minin KlasseInformationLoss<Double>- Parameter:
other-
-
relativeTo
Beschreibung aus Klasse kopiert:InformationLossReturns the value relative to the other instance.- Angegeben von:
relativeToin KlasseInformationLoss<Double>- Parameter:
min-max-- Gibt zurück:
-
toString
Beschreibung aus Klasse kopiert:InformationLossReturns a string representation.- Angegeben von:
toStringin KlasseInformationLoss<Double>- Gibt zurück:
-