﻿libpysal.graph.Graph
====================

.. currentmodule:: libpysal.graph

.. autoclass:: Graph

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~Graph.__init__
      ~Graph.aggregate
      ~Graph.apply
      ~Graph.assign_self_weight
      ~Graph.asymmetry
      ~Graph.build_block_contiguity
      ~Graph.build_contiguity
      ~Graph.build_distance_band
      ~Graph.build_fuzzy_contiguity
      ~Graph.build_h3
      ~Graph.build_kernel
      ~Graph.build_knn
      ~Graph.build_raster_contiguity
      ~Graph.build_spatial_matches
      ~Graph.build_travel_cost
      ~Graph.build_triangulation
      ~Graph.copy
      ~Graph.describe
      ~Graph.difference
      ~Graph.eliminate_zeros
      ~Graph.equals
      ~Graph.explore
      ~Graph.from_W
      ~Graph.from_adjacency
      ~Graph.from_arrays
      ~Graph.from_dicts
      ~Graph.from_sparse
      ~Graph.from_weights_dict
      ~Graph.generate_da
      ~Graph.higher_order
      ~Graph.intersection
      ~Graph.intersects
      ~Graph.isomorphic
      ~Graph.issubgraph
      ~Graph.lag
      ~Graph.plot
      ~Graph.subgraph
      ~Graph.summary
      ~Graph.symmetric_difference
      ~Graph.to_W
      ~Graph.to_gal
      ~Graph.to_gwt
      ~Graph.to_networkx
      ~Graph.to_parquet
      ~Graph.transform
      ~Graph.union
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~Graph.adjacency
      ~Graph.cardinalities
      ~Graph.component_labels
      ~Graph.index_pairs
      ~Graph.isolates
      ~Graph.n
      ~Graph.n_components
      ~Graph.n_edges
      ~Graph.n_nodes
      ~Graph.neighbors
      ~Graph.nonzero
      ~Graph.pct_nonzero
      ~Graph.sparse
      ~Graph.unique_ids
      ~Graph.weights
   
   