| Package | Description |
|---|---|
| net.sf.tweety.beliefdynamics.kernels |
| Modifier and Type | Class and Description |
|---|---|
class |
RandomIncisionFunction<T extends Formula>
This class implements an incision function that just randomly
selects a minimal incision.
|
| Modifier and Type | Field and Description |
|---|---|
private IncisionFunction<T> |
KernelContractionOperator.incisionFunction
The incision function of the kernel contraction.
|
| Constructor and Description |
|---|
KernelContractionOperator(IncisionFunction<T> incisionFunction,
EntailmentRelation<T> entailmentRelation)
Creates a new kernel contraction operator with the given incision function.
|