Tweak math/geg version 1.0.2_7
[dports.git] / math / py-apgl / pkg-descr
1 Another Python Graph Library is a simple, fast and easy to use graph library
2 with some machine learning features. The main features are as follows:
3
4     * Directed, undirected and multigraphs designed under a hierarchical
5 class structure
6     * Sparse and Dense graph structures using numpy and scipy for fast linear
7 algebra computations
8     * Many operations on graphs such as subgraphs, search, Floyd-Warshall,
9 Dijkstras algorithm
10     * Erdos-Renyi, Small-World and Albert-Barabasi random graphs
11     * Write to Pajek, and simple CSV files
12     * Some machine learning features - data preprocessing, kernels, PCA, KCCA,
13 wrappers for LibSVM, and some mlpy learning algorithms
14     * Unit tested using the Python unittest framework
15
16 WWW: http://packages.python.org/apgl/