From 4c2029dd7bcb762d0944aca2217e82a9d0fc1179 Mon Sep 17 00:00:00 2001 From: Thomas MESLIN <th.meslin@gmail.com> Date: Tue, 25 Mar 2025 21:05:59 +0100 Subject: [PATCH] Updated tache --- tache.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tache.md b/tache.md index e18c385..d50bfd1 100644 --- a/tache.md +++ b/tache.md @@ -104,3 +104,20 @@ OnIrIquE : 80 ChIImpanzEd : 40 IInvadErs : 45 (petit + pour la soirée solo) ObscurIItÉ : 45 (petit + pour la soirée solo) + + +## Convert isaiah csv to Gephi exploitable + +On a besoin de 2 fichiers nodes et edges (noeud et arete). +Node est sous la forme : + +| Id | Label | +|-----------|------------| +| 0,1,2,... | Paf Lechat | + +Edge est sous la forme : + +| Source | Target | Type | Id | Weight | +|-----------|-----------|---------------------|---------|-------------| +| 0,1,2,... | 0,1,2,... | Directed,Undirected | 0,1,... | 0,1,0.2,100 | + -- GitLab