diff --git a/tache.md b/tache.md index e18c385531cf7013ef3f9072120c76c808b1110a..d50bfd12d43e7d689df3890ac756e3ffcd9779b8 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 | +