From 6aff43c98c3eff7dd08cf31bdceb0694e0dc22c7 Mon Sep 17 00:00:00 2001 From: Abd Errahmane Kiouche <abd-errahmane.kiouche@etu.univ-lyon1.fr> Date: Tue, 17 Aug 2021 15:08:26 +0000 Subject: [PATCH] Update Readme.txt --- Readme.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Readme.txt diff --git a/Readme.txt b/Readme.txt new file mode 100644 index 0000000..6ab1c7d --- /dev/null +++ b/Readme.txt @@ -0,0 +1,8 @@ + +Best parameters: + 1- prototype 1 : weights = [(0.6,0.2,0.2)] + 2- prototype 2 : weights = [(0.8,0.1,0.1)] + +Run Command : + +python.exe .\code\Kite_Final_Similarity.py ".\data\kite_graphs_xml\" ".\data\kite_graphs_xml\prototype_1.gxl" "./results_prototype_1.txt" -- GitLab