Edge Distance Function: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
 
m (Text replacement - "<B><U>AKA</U>:</B>" to "<U>AKA</U>:")
Line 1: Line 1:
An [[Edge Distance Function]] is a [[graph node distance function]] <math>f(v_x,v_y)</math> that is based on the [[count]] of [[graph edge]]s along the [[shortest path]] between the two [[graph node]]s.
An [[Edge Distance Function]] is a [[graph node distance function]] <math>f(v_x,v_y)</math> that is based on the [[count]] of [[graph edge]]s along the [[shortest path]] between the two [[graph node]]s.
* <B><U>AKA</U>:</B> [[Geodesic Distance]].
* <U>AKA</U>: [[Geodesic Distance]].
* <B><U>Context</U>:</B>
* <B><U>Context</U>:</B>
** If there is no path between the two [[Node]]s then the distance is infinite.
** If there is no path between the two [[Node]]s then the distance is infinite.

Revision as of 21:36, 17 August 2014

An Edge Distance Function is a graph node distance function [math]\displaystyle{ f(v_x,v_y) }[/math] that is based on the count of graph edges along the shortest path between the two graph nodes.



References

2012

  • (Wikipedia, 2012) ⇒ http://en.wikipedia.org/wiki/Graph_metric
    • In the mathematical field of graph theory, the distance between two vertices in a graph is the number of edges in a shortest path connecting them. This is also known as the geodesic distance [1] because it is the length of the graph geodesic between those two vertices.[2] If there is no path connecting the two vertices, i.e., if they belong to different connected components, then conventionally the distance is defined as infinite.

      The vertex set (of an undirected graph) and the distance function form a metric space, if and only if the graph is connected.

      A metric defined over a set of points in terms of distances in a graph defined over the set is called a graph metric.

      There are a number of other measurements defined in terms of distance:

      • The eccentricity [math]\displaystyle{ \epsilon }[/math] of a vertex [math]\displaystyle{ v }[/math] is the greatest geodesic distance between [math]\displaystyle{ v }[/math] and any other vertex. It can be thought of as how far a node is from the node most distant from it in the graph.
      • The radius of a graph is the minimum eccentricity of any vertex.
      • The diameter of a graph is the maximum eccentricity of any vertex in the graph. That is, it is the greatest distance between any pair of vertices. To find the diameter of a graph, first find the shortest path between each pair of vertices. The greatest length of any of these paths is the diameter of the graph.
      • A central vertex in a graph of radius [math]\displaystyle{ r }[/math] is one whose eccentricity is [math]\displaystyle{ r }[/math]—that is, a vertex that achieves the radius.
      • A peripheral vertex in a graph of diameter [math]\displaystyle{ d }[/math] is one that is distance [math]\displaystyle{ d }[/math] from some other vertex—that is, a vertex that achieves the diameter.
      • A pseudo-peripheral vertex [math]\displaystyle{ v }[/math] has the property that for any vertex [math]\displaystyle{ u }[/math], if [math]\displaystyle{ v }[/math] is as far away from [math]\displaystyle{ u }[/math] as possible, then [math]\displaystyle{ u }[/math] is as far away from [math]\displaystyle{ v }[/math] as possible. Formally, a vertex u is pseudo-peripheral,

if for each vertex v with [math]\displaystyle{ d(u,v) = \epsilon(u) }[/math] holds [math]\displaystyle{ \epsilon(u)=\epsilon(v) }[/math].

  1. Bouttier, Jérémie; Di Francesco,P. ,Guitter, E. (July 2003). "Geodesic distance in planar graphs". Nuclear Physics B 663 (3): 535–567. doi:10.1016/S0550-3213(03)00355-9. http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6TVC-48KW72R-1&_user=3742306&_rdoc=1&_fmt=&_orig=search&_sort=d&view=c&_acct=C000061256&_version=1&_urlVersion=0&_userid=3742306&md5=86dd4de63373a7e72d23d16840947661. Retrieved 2008-04-23. "By distance we mean here geodesic distance along the graph, namely the length of any shortest path between say two given faces". 
  2. Weisstein, Eric W.. "Graph Geodesic". MathWorld--A Wolfram Web Resource. Wolfram Research. http://mathworld.wolfram.com/GraphGeodesic.html. Retrieved 2008-04-23. "The length of the graph geodesic between these points d(u,v) is called the graph distance between u and v"