Navigation

  • index
  • modules |
  • next |
  • graphy 0.2 documentation »
  • Welcome to graphy’s documentation!

Welcome to graphy’s documentation!¶

graphy is a package for searching graph partitions. Check out the GitHub repository or the graphy tutorial.

graphy module Index¶

  • graphy.partitions - Module to search over partitions
    • to_str()
    • to_alphanum_str()
    • get_minsize_assignment()
    • renumber_membership()
    • remap2match()
    • greedy_search()
  • graphy.louvain - Module for running Louvain community detection algorithm
    • optimize_modularity()
  • graphy.graphgen - Module to generate structured graphs
    • gen_ring_matrix()
    • get_clique_of_rings_net_and_pos()
    • gen_hierarchical_net()
    • get_hierarchical_net_pos()
    • sample_connection_matrix()
    • get_weighted_block_matrix()
    • gen_hierarchical_weighted_block_matrix()
    • get_barbell_matrix()
  • graphy.plotting - Module with graphical plotting functions
    • plot_graph()
  • graphy.qualityfuncs - Module defining quality functions
    • QualityFunction
    • Modularity
    • DirectedModularity
    • InfoMapCodeLength
  • graphy.utils - Module with utilities for working with graphs
    • get_laplacian()

Indices and tables¶

  • Index

  • Search Page

Table of Contents

  • Welcome to graphy’s documentation!
  • graphy module Index
  • Indices and tables

Next topic

graphy tutorial

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • graphy 0.2 documentation »
  • Welcome to graphy’s documentation!
© Copyright 2013-2023, Artemy Kolchinsky. Created using Sphinx 7.2.6.