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