Klasse InformationLossWithBound<T extends InformationLoss<?>>

java.lang.Object
org.deidentifier.arx.metric.InformationLossWithBound<T>
Typparameter:
T -
Bekannte direkte Unterklassen:
ILMultiDimensionalWithBound, ILSingleDimensionalWithBound, InformationLossDefaultWithBound

public class InformationLossWithBound<T extends InformationLoss<?>> extends Object
Information loss with a potential lower bound.
  • Konstruktordetails

    • InformationLossWithBound

      public InformationLossWithBound(T informationLoss)
      Creates a new instance without a lower bound.
      Parameter:
      informationLoss -
    • InformationLossWithBound

      public InformationLossWithBound(T informationLoss, T lowerBound)
      Creates a new instance.
      Parameter:
      informationLoss -
      lowerBound -
  • Methodendetails

    • getInformationLoss

      public T getInformationLoss()
      Gibt zurück:
      the informationLoss
    • getLowerBound

      public T getLowerBound()
      Gibt zurück:
      the lowerBound
    • hasLowerBound

      public boolean hasLowerBound()
      Is a lower bound provided.
      Gibt zurück: