Package org.deidentifier.arx.metric
Klasse InformationLossDefaultWithBound
java.lang.Object
org.deidentifier.arx.metric.InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault>
org.deidentifier.arx.metric.InformationLossDefaultWithBound
public class InformationLossDefaultWithBound
extends InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault>
Information loss with a potential lower bound.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungInformationLossDefaultWithBound(double informationLoss, double lowerBound) Creates a new instance. -
Methodenübersicht
Von Klasse geerbte Methoden org.deidentifier.arx.metric.InformationLossWithBound
getInformationLoss, getLowerBound, hasLowerBound
-
Konstruktordetails
-
InformationLossDefaultWithBound
public InformationLossDefaultWithBound(double informationLoss, double lowerBound) Creates a new instance.- Parameter:
informationLoss-lowerBound-
-