Skip to main content
Ctrl+K
GraKeL 0.1.11 documentation - Home GraKeL 0.1.11 documentation - Home
  • Documentation
  • Benchmarks
  • GraKeL
  • API Reference
  • Examples
  • Tutorials
  • GitHub
  • PyPI
  • Documentation
  • Benchmarks
  • GraKeL
  • API Reference
  • Examples
  • Tutorials
  • GitHub
  • PyPI
On this page
  • laplacian

Section Navigation

  • Kernels (between graphs)
  • GraphKernel (class)
  • Graph (class)
    • grakel.Graph
    • grakel.graph.is_adjacency
    • grakel.graph.is_edge_dictionary
    • grakel.graph.laplacian
    • grakel.graph.floyd_warshall
  • Dataset loading utilities
  • GraKeL
  • Graph (class)
  • grakel.graph.laplacian

grakel.graph.laplacian#

grakel.graph.laplacian(csgraph, normed=False, return_diag=False, use_out_degree=False, *, copy=True, form='array', dtype=None, symmetrized=False)[source][source]#

Re-export of scipy.sparse.csgraph.laplacian. See the SciPy documentation for parameters and behavior.

© Copyright 2019, DaSciM (BSD License).

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.20.0.