Metadata-Version: 1.0
Name: graph-lib
Version: 0.4.8
Summary: A set of useful diffusion related graph algorithm
Home-page: https://github.com/MengLiuPurdue/graph_lib
Author: Meng Liu, David F. Gleich
Author-email: liu1740@purdue.edu
License: GPL
Description-Content-Type: UNKNOWN
Description: ===============
        graph_lib
        ===============
        
        A graph library containing some useful diffusion algorithms. 
        
        Features
        ===============
        
        * Written in C++
        * Extract import features like pagerank value without looking the whole graph.
        * Graph is stored in CSR.
        
        Installation
        ===============
        1. Install with pip::
        
            pip install graph_lib
        
        2. Uninstall::
        
            pip uninstall graph_lib
            
        3. Compile from the source code::
        
            python setup.py install    
        
               
        Current Routines
        ===============
        1. aclpagerank
        2. aclpagerank_weighted
        3. sweepcut
        4. MQI
        5. ppr_path
        6. proxl1PRaccel
        
        Usage
        ===============
        See examples.ipynb
        
        License
        ===============
        
        GPL version 2.
        
        Copyright by Meng Liu, David F. Gleich, 2017-2022
        	
        
Platform: UNKNOWN
