From 15178d27651917b6f23f0b4b76516eb98013dd78 Mon Sep 17 00:00:00 2001 From: DroidEvolver <47264370+DroidEvolver@users.noreply.github.com> Date: Sat, 2 Feb 2019 17:27:54 +0800 Subject: [PATCH] Create README.md --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ae373ab --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# DroidEvolver +We would like to demonstrate that this is only the raw version of the code for the core modules of DroidEvolver. We are doing code cleanup and adding comments to improve +code readibility. All code will be uploaded if our paper is accepted. + +Available code: + +1. Model pool construction +2. Classification and evolvement + +Upcoming: + +1. Preprocessor +2. Feature extraction +3. Vector generation + + Requirements: + + Pylibol, scipy == 1.1.0, numpy ==1.15.2 + +Instruction: + +1. Model pool construction + +python model_pool_construction.py --starting s + +s = directory of initialization data + +2. Classification and evovement + +python classification_evolvement.py --past p --current c --starting s --low l --high h --buffer b + +p = directory of previous data + +c = directory of current data + +s = directory of initialization data + +l = low threshold value + +h = high threshold value + +b = buffer size