Package org.deidentifier.arx.metric.v2
Klasse AbstractILMultiDimensionalReduced
java.lang.Object
org.deidentifier.arx.metric.InformationLoss<double[]>
org.deidentifier.arx.metric.v2.AbstractILMultiDimensional
org.deidentifier.arx.metric.v2.AbstractILMultiDimensionalReduced
- Alle implementierten Schnittstellen:
Serializable,Comparable<InformationLoss<?>>
- Bekannte direkte Unterklassen:
ILMultiDimensionalArithmeticMean,ILMultiDimensionalGeometricMean,ILMultiDimensionalMax,ILMultiDimensionalSum
This class implements an information loss which can be represented as a
decimal number per quasi-identifier.
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract InformationLoss<double[]> clone()Override this to implement a variant.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
Override this to implement a variant.- 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:
-