Uses of Interface
org.tweetyproject.beliefdynamics.kernels.IncisionFunction
- 
Packages that use IncisionFunction Package Description org.tweetyproject.beliefdynamics.kernels  - 
- 
Uses of IncisionFunction in org.tweetyproject.beliefdynamics.kernels
Classes in org.tweetyproject.beliefdynamics.kernels that implement IncisionFunction Modifier and Type Class Description classRandomIncisionFunction<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 IncisionFunction Constructor Description KernelContractionOperator(IncisionFunction<T> incisionFunction, KernelProvider<T> kernelProvider)Creates a new kernel contraction operator with the given incision function. 
 -