T
- public class InformationLossWithBound<T extends InformationLoss<?>>
extends java.lang.Object
Constructor and Description |
---|
InformationLossWithBound(T informationLoss)
Creates a new instance without a lower bound.
|
InformationLossWithBound(T informationLoss,
T lowerBound)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
T |
getInformationLoss() |
T |
getLowerBound() |
boolean |
hasLowerBound()
Is a lower bound provided.
|
public InformationLossWithBound(T informationLoss)
informationLoss
-