Skip to content

amusaafir/konect-toolbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##### KONECT Toolbox #####

This is a toolbox for the analysis of large complex networks written in
Matlab.  It is part of the KONECT project (Koblenz Network Collection)

http://konect.uni-koblenz.de/

This Toolbox implements individual network analysis functions,
statistics and some machine learning methods.  If you want a complete
"run all analyses on this network" package, use the KONECT Analysis
package:

https://github.com/kunegis/konect-analysis

The toolbox largely implements the graph analysis functions described in 
the KONECT Handbook: 

http://konect.uni-koblenz.de/downloads/konect-handbook.pdf

In particular, the KONECT Handbook contains all formal definitions of
the computations performed in this toolbox. 

## Installation ##

The toolbox consists entirely of *.m files.  To use it, add the
directory m/ to the Matlab path, e.g., using addpath().  

## Requirements ##

Some functions need BGL, the Boost Graph Library. 

Installation of BGL:
* Download version 4.0.1 from website (newer versions may not work)
* unzip it
* (on some systems:  install libstdc++5 from http://packages.debian.org/stable/base/libstdc++5)
* symlink the unzipped matlab_bgl to here

## License ##

Written by Jérôme Kunegis at the University of Koblenz-Landau.

The KONECT Toolbox is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as published
by the Free Software Foundation, either version 3 of the License, or (at
your option) any later version. 

The KONECT Toolbox is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details. 

The full text of the GPLv3 can be found in the file COPYING.

About

Matlab toolbox for network analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 97.6%
  • Shell 2.1%
  • Other 0.3%