Socket
Book a DemoInstallSign in
Socket

graph-lib

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graph-lib

A set of useful diffusion related graph algorithm

pipPyPI
Version
0.4.8
Maintainers
1

=============== 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

  • Install with pip::

    pip install graph_lib

  • Uninstall::

    pip uninstall graph_lib

  • Compile from the source code::

    python setup.py install

Current Routines

  • aclpagerank
  • aclpagerank_weighted
  • sweepcut
  • MQI
  • ppr_path
  • proxl1PRaccel

Usage

See examples.ipynb

License

GPL version 2.

Copyright by Meng Liu, David F. Gleich, 2017-2022

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts