Description Requirments Details Functions Author(s) Useful Links
fuzzymineR package is usefull when a user want to mine process models
from event data. It contains functions by which a user has to only provide a
data.frame
and by applying a series of functions one can mine process models.
System should have java 8 or higher version. The fuzzy algorithm is written in java and hence it is required to install java on your system.
fuzzymineR provides a way to create Adaptive Process Models in which you can configure the simplification level by setting the parameters. Hence users can get the derired level of abstraction that they did like to work with. For process discovery, fuzzy mining algorithm is considered one of the best algorithms because it can deal with less-structered event data(which is the case with real world data) very well and saves you from creating Spaghetti models.
create_eventlog
: creates eventlog object from a data.frame
mine_fuzzy_model
: applies fuzzy mining algorithm on the eventlog object and returns a list of metrics
viz_fuzzy_model
: creates process model
Maintainer : Tirth Shah tirthshah1711@gmail.com
Authors :
Nirmal Patel
Tirth Shah
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.