public class TopologicalEntropyComputer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUG_AUTOMATA_TO_DISK |
Constructor and Description |
---|
TopologicalEntropyComputer() |
Modifier and Type | Method and Description |
---|---|
static org.processmining.generalizedconformance.precision.automata.TopologicalEntropyComputer.MatrixAndDegreeStats |
getCompressedSparseMatrix(dk.brics.automaton2.Automaton a)
Creates a compressed column vector form representation of the matrix.
|
static EntropyResult |
getTopologicalEntropy(dk.brics.automaton2.Automaton a,
java.lang.String name,
org.processmining.framework.plugin.ProMCanceller canceller) |
static EntropyResult |
getTopologicalEntropy(org.processmining.framework.plugin.PluginContext context,
org.processmining.models.graphbased.directed.petrinet.Petrinet net)
Computes topological entropy of a Petri net.
|
public static EntropyResult getTopologicalEntropy(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net)
context
- PluginContext
net
- Petrinet
public static EntropyResult getTopologicalEntropy(dk.brics.automaton2.Automaton a, java.lang.String name, org.processmining.framework.plugin.ProMCanceller canceller)
public static org.processmining.generalizedconformance.precision.automata.TopologicalEntropyComputer.MatrixAndDegreeStats getCompressedSparseMatrix(dk.brics.automaton2.Automaton a)
CompColMatrix
stores information in one single array into which each column with only non-zero entries is
linearized column after column. Each column can have a different number of non-zero entries.a
- Automaton