Skip to content

Simple tool to re-build a graph from graph-walks in the pajek net file format.

License

Notifications You must be signed in to change notification settings

janothan/WalksToPajekNetFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WalksToPajekNetFile

Java CI with Maven Coverage Status License

Given space-separated walks, such as those generated by jRDF2Vec, this small program generates a graph in the Pajek Net Format for further analysis in Pajek or Gephi.

Usage

If you want to run the program in your IDE of choice, use class MainIde and set your parameter.

Alternatively, you can compile the jar file and run it in the command line. Only one paramter is require:

-walks <walk_file_or_walk_directory>
        [Required parameter] Path to the walk directory or the walk file.

-fileToWrite <file_to_write>
        [optional parameter] The file that will be written.

About

Simple tool to re-build a graph from graph-walks in the pajek net file format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages