GOLEM
stable
  • Introduction
  • Quickstart
  • Advanced Topics
  • Examples & Notebooks
    • Abstract Graph Search
    • Examples from Related Projects
  • API Reference
  • Contribution
  • FAQ
  • About us
GOLEM
  • »
  • Examples & Notebooks »
  • Abstract Graph Search
  • Edit on GitHub

Abstract Graph Search

This example is about the search for graphs that are closest to a target graph by some distance metric.

Target graphs are generated using networkx. Both ordered and random graphs are used.

For objective are used graph theoretic metrics defined on features of the graph and graph matrices. In particular, distance between spectres of graph matrices are used. Spectre of the graph defines its characteristic features (like number of components, clustering, and more). For details see the this publication about graph similarity.

Full code of the example can be found in this python file.

Previous Next

© Copyright 2022-2023, NSS Lab. Revision 4b937fda.

Built with Sphinx using a theme provided by Read the Docs.