Package org.deidentifier.arx.metric.v2
Klasse ILMultiDimensionalRank
java.lang.Object
org.deidentifier.arx.metric.InformationLoss<double[]>
org.deidentifier.arx.metric.v2.AbstractILMultiDimensional
org.deidentifier.arx.metric.v2.ILMultiDimensionalRank
- Alle implementierten Schnittstellen:
Serializable,Comparable<InformationLoss<?>>
This class implements an information loss which can be represented as a
decimal number per quasi-identifier.
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungInformationLoss<double[]> clone()Returns a clone of this object.intcompareTo(InformationLoss<?> other) Compares the loss to the other.double[]getValue()Returns the valueinthashCode()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.v2.AbstractILMultiDimensional
equals, max, minVon 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 KlasseAbstractILMultiDimensional- Gibt zurück:
-
compareTo
Beschreibung aus Klasse kopiert:InformationLossCompares the loss to the other.- Angegeben von:
compareToin SchnittstelleComparable<InformationLoss<?>>- Angegeben von:
compareToin KlasseAbstractILMultiDimensional- Parameter:
other-- Gibt zurück:
-
getValue
public double[] getValue()Beschreibung aus Klasse kopiert:InformationLossReturns the value- Angegeben von:
getValuein KlasseAbstractILMultiDimensional- Gibt zurück:
-
hashCode
public int hashCode()- Angegeben von:
hashCodein KlasseInformationLoss<double[]>
-
relativeTo
Beschreibung aus Klasse kopiert:InformationLossReturns the value relative to the other instance.- Angegeben von:
relativeToin KlasseAbstractILMultiDimensional- Parameter:
min-max-- Gibt zurück:
-
toString
Beschreibung aus Klasse kopiert:InformationLossReturns a string representation.- Angegeben von:
toStringin KlasseAbstractILMultiDimensional- Gibt zurück:
-