NetworkX

GPTKB entity

Properties (60)
Predicate Object
gptkbp:instanceOf Python library
gptkbp:developedBy Aric_Hagberg
gptkbp:firstPublished 2002
gptkbp:hasFunction density
draw
diameter
clustering
adjacency_matrix
clustering_coefficient
community_detection
connected_components
degree_centrality
edge_attributes
edge_betweenness_centrality
graph_difference
graph_from_adjacency_matrix
graph_from_edges
graph_from_nodes
graph_intersection
graph_manipulation
graph_product
graph_union
graph_visualization
is_connected
is_tree
k_core
laplacian_matrix
maximum_flow
minimum_cut
minimum_spanning_tree
network_generation
node_attributes
node_betweenness_centrality
node_degree
pagerank
read_dot
read_edgelist
read_gml
read_graphml
shortest_path
strongly_connected_components
subgraph
weakly_connected_components
write_adjlist
write_dot
write_edgelist
write_gml
write_graphml
write_pajek
random_graphs
read_adjlist
read_pajek
https://www.w3.org/2000/01/rdf-schema#label NetworkX
gptkbp:language Python
gptkbp:provides data structures for graphs
gptkbp:supports graph theory
undirected graphs
directed graphs
multigraphs
gptkbp:usedFor network analysis