Skip to content

andreagulino/DLA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLA

DLA Sequence Pattern Mining

Download the reference paper: https://github.com/andreagulino/DLA/raw/master/DLA.pdf

Usage

java -jar dla.jar [OPTIONS]

The following options are available:

Option Value
-minLen integer representing the minimum length of patterns that should be found
in the sequence database
-maxLen integer representing the maximum length of patterns that should be found in
the sequence database
-input path tho the input sequence database (text file having as first column
the sequence-id, second column the sequence string). HDFS paths are supported.
-output path to the output folder
-minPartitions number of partitions to split the input file
-sparkMaster address of the spark master (default: local)

About

DLA Sequence Pattern Mining

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages