From 2e9639ba4c49bb01aa1eb5d3abb477aeb1040891 Mon Sep 17 00:00:00 2001 From: Abd Errahmane Kiouche <abd-errahmane.kiouche@etu.univ-lyon1.fr> Date: Thu, 25 Jun 2020 23:20:04 +0200 Subject: [PATCH] argument parsing with docopt Clusetring and hash with streamspot --- src/Anomaly_Detection_Phase/NOTICE | 31 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/Anomaly_Detection_Phase/NOTICE diff --git a/src/Anomaly_Detection_Phase/NOTICE b/src/Anomaly_Detection_Phase/NOTICE new file mode 100644 index 0000000..1a943c8 --- /dev/null +++ b/src/Anomaly_Detection_Phase/NOTICE @@ -0,0 +1,31 @@ +LEADS + + all software is copyright 2020 + Abd Errahmane Kiouche, licensed under the Apache License 2.0. + + + +docopt.cpp + + Copyright (c) 2012 Vladimir Keleshev, <vladimir@keleshev.com> + Licensed under the MIT license (see LICENSE-MIT). + https://github.com/docopt/docopt.cpp + + Files: docopt.cpp docopt.h docopt_private.h docopt_util.h docopt_value.h + Modifications: Remove "#pragma mark" directives. + + +hash + + Copyright 2016 Emaad Ahmed Manzoor + License: Apache License, Version 2.0 + Files : hash.h util.h + + +Clustering + + Copyright 2016 Emaad Ahmed Manzoor + License: Apache License, Version 2.0 + Files : create_seed_clusters.py , medoids.py , constants.py + modification : reading graph vectors, change cosine distance + to euclidean distance, changing range of n_clusters. \ No newline at end of file -- GitLab