Module kernels

Module kernels 

Source
Expand description

GPU kernel implementations for process intelligence.

Provides kernels for DFG construction, pattern detection, partial order derivation, and conformance checking.

Structsยง

ConformanceCheckResult
Result of conformance checking.
ConformanceDistribution
Distribution of conformance levels.
ConformanceKernel
Conformance checking kernel.
DfgConstructionKernel
DFG construction kernel.
DfgResult
Result of DFG construction.
PartialOrderKernel
Partial order derivation kernel.
PartialOrderResult
Result of partial order derivation.
PatternConfig
Pattern detection configuration.
PatternDetectionKernel
Pattern detection kernel.
PatternResult
Result of pattern detection.