Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graph-lib

Package Overview
Dependencies
Maintainers
1
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

  • 0.4.8
  • PyPI
  • Socket score

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

  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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc