Metadata-Version: 1.0
Name: propagate
Version: 0.2.0
Summary: Propagation belief graph algorithm
Home-page: https://github.com/atiasnir/propagation
Author: Nir Atias
Author-email: rinatias@gmail.com
License: LICENSE.txt
Description: ==============================
        Belief Propagation in Networks
        ==============================
        
        Belief propagation is a general graph algorithm for ranking nodes
        based on their location in the graph and some prior knowledge. 
        
        The network is using in machine learning and bioinformatics in a variety 
        of applications.
        
        This package implements the algorithm and provides a command line interface 
        to run it. 
        
        Dependencies:
        
        * numpy 
        * scipy
        
        
        
Keywords: belief propagation diffusion graph algorithm
Platform: UNKNOWN
