gephi-toolkit-demos icon indicating copy to clipboard operation
gephi-toolkit-demos copied to clipboard

Quick demos using the Toolkit

Results 6 gephi-toolkit-demos issues
Sort by recently updated
recently updated
newest added

The demo won't even start. I am getting those errors when trying to run `PreviewJFrame.java`: ``` Exception in thread "main" java.lang.NoClassDefFoundError: it/unimi/dsi/fastutil/objects/Object2IntMap at org.gephi.io.importer.impl.ImportContainerFactoryImpl.newContainer(ImportContainerFactoryImpl.java:52) at org.gephi.io.importer.impl.ImportControllerImpl.importFile(ImportControllerImpl.java:174) at org.gephi.io.importer.impl.ImportControllerImpl.importFile(ImportControllerImpl.java:228) at org.gephi.io.importer.impl.ImportControllerImpl.importFile(ImportControllerImpl.java:146)...

recently I'm trying to use gephi-toolkit to do some statistics for several networks,it works fine to import the csv file and do some metrics computation, but if I want to...

I'm trying to filter a graph by partition using the toolkit 0.9.1. Running the [example](https://github.com/gephi/gephi-toolkit-demos/blob/master/src/main/java/org/gephi/toolkit/demos/Filtering.java), the filter by partition does not work. `//Filter, keep partition 'Blogarama'. Build partition with 'source'...

The Gephi Toolkit Examples appear to be written for 0.8.x and requires modifications to run under 0.9.1. Does anyone know when the example code will be updated for the API...

I tried to call the PreviewJFrame script in https://github.com/gephi/gephi-toolkit-demos/blob/master/src/main/java/org/gephi/toolkit/demos/PreviewJFrame.java directly using the below .gml file, but on executing, it shows # Nodes loaded:0 # Edges loaded: 0, when actually my...

I'm trying to filter a graph by node degree using the toolkit 0.9.1. The number of nodes is ok after filtered, but after exporting the graph, I can find the...