Git Product home page Git Product logo

hpa's Introduction

HPA

Test code for Computing Optimal Alignments

0, The used process to generate large event log with noise is in "Gen".

1, The decomposition code is in the "Decompose".

2, The HPA and d-HPA implementations are in "Alignment".

2.1 A sample of run HPA using jar is shown as below. There are three input parameters.

java -classpath test.jar test/DecomposeAlignment 7 final_log/trace_50_005.xes.gz prAm6/ true

2.2 A sample of the job submission command for d-HPA is shown as below. The "spark://master:7077" is the sparkcontext, "hdfs://master:8020/final/" is the file input path over HDFS, "32" is the number of executor cores, "trace_50_005.txt" is the input event log in the forms of trace strings, which is located in the HDFS. "/home/lcheng/ParaReplayer/Final/" is the path for generated submodels, "7" is the number of the submodels, "true" means using ILP

spark-submit
--class ParaReplayer1
--master spark://master:7077
--executor-memory 64G
/home/lcheng/ParaReplayer/Final/ParaReplayer.jar
spark://master:7077
hdfs://master:8020/final/
32
trace_50_005.txt
/home/lcheng/ParaReplayer/Final/
7
true

3, How to set Spark, please refer to http://spark.apache.org/.

4, If any questions, please email to cheng03(AT)ieee.org

License

The code is available as open source under the terms of the MIT License.

hpa's People

Contributors

longcheng11 avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.