Uses of Interface
org.tweetyproject.beliefdynamics.kernels.IncisionFunction
-
Uses of IncisionFunction in org.tweetyproject.beliefdynamics.kernels
Modifier and TypeClassDescriptionclass
RandomIncisionFunction<T extends Formula>
This class implements an incision function that just randomly selects a minimal incision.ModifierConstructorDescriptionKernelContractionOperator
(IncisionFunction<T> incisionFunction, KernelProvider<T> kernelProvider) Creates a new kernel contraction operator with the given incision function.