API reference

The pygsp2 package is mainly organized around the following two modules.

  • graphs to create and manipulate various kinds of graphs,

  • filters to create and manipulate various graph filters.

Moreover, the following modules provide additional functionality:

  • plotting to plot,

  • reduction to reduce a graph while keeping its structure,

  • features to compute features on graphs,

  • learning to solve learning problems,

  • optimization to help solving convex optimization problems,

  • utils for various utilities.

  • utils_examples for metro applications.

pygsp2.test()[source]

Run the test suite.