GITTA-Logo
PDF Version of this document Search Help Glossary

Lesson Navigation IconAccessibility (Network Analysis)

Unit Navigation IconWhat are networks

Unit Navigation IconStructural Properties of a Network

LO Navigation IconConnectivity (Beta index)

LO Navigation IconDiameter of a graph

LO Navigation IconAccessibility of vertices and places

LO Navigation IconCentrality / Location in the network

LO Navigation IconHierarchies in trees

Unit Navigation IconDijkstra Algorithm

Unit Navigation IconTraveling Salesman Problem

Unit Navigation IconSummary

Unit Navigation IconGlossary

Unit Navigation IconBibliography

Unit Navigation IconIndex

Unit Navigation IconMetadata


GITTA/CartouCHe news:


Go to previous page Go to next page

Diameter of a graph

Another measure for the structure of a graph is its diameter. Diameter δ is an index measuring the topological length or extent of a graph by counting the number of edges in the shortest path between the most distant vertices. It is:

where s(i, j) is the number of edges in the shortest path from vertex i to vertex j. With this formula, first, all the shortest paths between all the vertices are searched; then, the longest path is chosen. This measure therefore describes the longest shortest path between two random vertices of a graph.

The first two figures in graph A show possible paths but not the shortest paths. The third figure and figure B show the longest shortest path.

In addition to the purely topological application, actual track lenths or any other weight (e.g. travel time) can be assigned to the edges. This suggests a more complex measurement based on the metric of the network. The resulting index is π = mT/mδ, where mT is the total mileage of the network and is the total mileage of the network's diameter. The higher π is, the denser the network.

Top Go to previous page Go to next page