Skip to content

SIMIDAT/bd-efep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big Data algorithm for the Extraction of Fuzzy Emerging Patterns (BD-EFEP)

In this repository the source code of the BD-EFEP algorithm is presented. Please cite this work as:

A Big Data Approach for the Extraction of Fuzzy Emerging Patterns, García-Vico, A.M., González P., Carmona C. J., and del Jesus M.J. , Cognitive Computation, Volume 11, Issue 3, p.400 - 417, (2019)

Compile

The algorithm is compiled by means of sbt. Assuming sbt is installed in the system, run:

sbt clean
sbt compile
sbt package

Data format

Data must follows the KEEL dataset format (http://keel.es/).

Parameters

The algorithm uses several parameters for its execution. All of them must be provided by means of a parameters file. An example of a fully functional parameters file is provided in this repository. Additional information of paramters will be added soon.

Execution

For the execution of the algorithm you must call the "spark-submit" command. The simplest way to execute the algorithm in a local environment is:

spark-submit BD-EFEP.jar param.txt

This will execute the algorithm with the parameters and files presented in the parameters file "param.txt"

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors