Modifier and Type | Class and Description |
---|---|
class |
BudgetLossyCountingHM
A Budget Lossy Counting version of the Heuristics Miner
|
class |
CNetBasedOnlineMiningAlgorithm
Abstract online mining class for algorithms based on
CNet . |
class |
HeuristicsNetBasedOnlineMiningAlgorithm
Abstract online mining class for algorithms based on
HeuristicsNet . |
class |
LossyCountingHM
A Lossy Counting version of the Heuristics Miner
|
class |
SlidingWindowHM
The Heuristics Miner applied on a Sliding Window Policy
|
class |
SpaceSavingHM
A Space Saving version of the Heuristics Miner
|
Modifier and Type | Method and Description |
---|---|
void |
OnlineFileMinerPlugin.start(OnlineMiningAlgorithm onlineAlgorithm) |
abstract void |
OnlineMinerPlugin.start(OnlineMiningAlgorithm algorithm)
This method starts the online mining
|
void |
OnlineNetworkMinerPlugin.start(OnlineMiningAlgorithm onlineAlgorithm) |
Modifier and Type | Method and Description |
---|---|
void |
CLIOnlineFileMinerPlugin.mine(OnlineMiningAlgorithm algorithm,
MinerConfiguration configuration)
This is the actual mining method
|
Modifier and Type | Method and Description |
---|---|
OnlineMiningAlgorithm |
GUIStreamConfiguration.getAlgorithm() |
Modifier and Type | Method and Description |
---|---|
void |
GUIStreamConfiguration.setAlgorithm(OnlineMiningAlgorithm algorithm) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends OnlineMiningAlgorithm> |
AlgorithmSelection.getSelectedAlgorithm() |