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