Commit graph

7 commits

Author SHA1 Message Date
Wen Heping
13dab27501 - Update to 0.6.7 2011-09-15 06:15:39 +00:00
Wen Heping
b6ce27fc11 - Update to 0.6.6 2011-07-01 06:15:51 +00:00
Wen Heping
10ae48aab5 - Update to 0.6.5 2011-05-09 06:40:42 +00:00
Wen Heping
8b34ddc25f - Update to 0.6.4 2011-03-08 07:39:55 +00:00
Wen Heping
cad8c56a8e - Update to 0.6.1
Feature safe:	yes
2011-01-15 14:03:52 +00:00
Wen Heping
ee09e7d496 - Update to 0.6 2010-12-06 13:57:30 +00:00
Wen Heping
5745b0e03d Another Python Graph Library is a simple, fast and easy to use graph library
with some machine learning features. The main features are as follows:

    * Directed, undirected and multigraphs designed under a hierarchical
class structure
    * Sparse and Dense graph structures using numpy and scipy for fast linear
algebra computations
    * Many operations on graphs such as subgraphs, search, Floyd-Warshall,
Dijkstras algorithm
    * Erdos-Renyi, Small-World and Albert-Barabasi random graphs
    * Write to Pajek, and simple CSV files
    * Some machine learning features - data preprocessing, kernels, PCA, KCCA,
wrappers for LibSVM, and some mlpy learning algorithms
    * Unit tested using the Python unittest framework

WWW:   http://packages.python.org/apgl/
2010-10-28 13:20:08 +00:00