Package org.deidentifier.arx.metric
Klasse InformationLossWithBound<T extends InformationLoss<?>>
java.lang.Object
org.deidentifier.arx.metric.InformationLossWithBound<T>
- Typparameter:
T-
- Bekannte direkte Unterklassen:
ILMultiDimensionalWithBound,ILSingleDimensionalWithBound,InformationLossDefaultWithBound
Information loss with a potential lower bound.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungInformationLossWithBound(T informationLoss) Creates a new instance without a lower bound.InformationLossWithBound(T informationLoss, T lowerBound) Creates a new instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanIs a lower bound provided.
-
Konstruktordetails
-
InformationLossWithBound
Creates a new instance without a lower bound.- Parameter:
informationLoss-
-
InformationLossWithBound
Creates a new instance.- Parameter:
informationLoss-lowerBound-
-
-
Methodendetails
-
getInformationLoss
- Gibt zurück:
- the informationLoss
-
getLowerBound
- Gibt zurück:
- the lowerBound
-
hasLowerBound
public boolean hasLowerBound()Is a lower bound provided.- Gibt zurück:
-