The invention pertains to generating models for growth and distribution of directed scale-free object relationships.
Many new processes for generating distributions of random graphs have been introduced and analyzed, inspired by certain common features observed in many large-scale real-world graphs such as the “web graph”, whose vertices are web pages with a directed edge for each hyperlink between two web pages. For an overview see the survey papers [2] and [15] of the Appendix. Other graphs modeled are the “internet graph” [18], movie actor [28] and scientific [25] collaboration graphs, cellular networks [21], and so on.
In addition to the “small-world phenomenon” of logarithmic diameter investigated originally in the context of other networks by Strogatz and Watts [28], one of the main observations is that many of these large real-world graphs are “scale-free” (see references [5, 7, 24] of the Appendix), in that the distribution of vertex degrees follows a power law, rather than the Poisson distribution of the classical random graph models G(n, p) and G(n, M) [16, 17, 191, see also [9]. Many new graph generators have been suggested to try to model such scale-free properties and other features, such as small diameter and clustering, of real-world events, phenomena, and systems that exhibit dynamically developing object relationships such as that presented by the Worldh aWide Web (WWW). Unfortlunately, such existing generators produce models that are either completely undirected or, at most, semi-, or uni-directional (i.e., either in-degrees or out-degrees are treated, but not both simultaneously), and/or have a statically predetermined degree distribution.
In light of this, existing techniques for generating graphs do not provide realistic treatments of dynamically generated scale-free graphs with directed object relationships (i.e., link(s) from one object to another) that develop in a way depending on both links out-of and into an object. As such, conventional generation techniques do not adequately represent specific or fully modeled simulations of scale-free, directed object relationships that may exist in nature and/or other dynamic environments such as the WWW.
In view of these limitations, systems and methods for generating models of directed scale-free graphs or dynamic communities of relationships (e.g., network topologies) are greatly desired. Such generators could be used, e.g., to generate sample directed network topologies on which directed internet routing protocols are tested, or to generate sample web graphs on which search algorithms are tested.
Systems and methods for generating models of directed scale-free object relationships are described. In one aspect, a sequence of random numbers is generated. Individual ones of these random numbers are then selected over time to generate the directed scale-free object relationships as a graph based on sequences of in-degrees and out-degrees.
The following detailed description is given with reference to the accompanying figures. In the figures, the left-most digit of a component reference number identifies the particular figure in which the component first appears.
Overview
The following systems and methods generate directed scale-free modeling of object relationships. This is accomplished through the simultaneous treatment of both in-degrees and out-degrees (bidirectional) to provide a very natural model for generating graphs with power law degree distributions. Depending on the characteristics of the entity or the abstraction being modeled, power laws can be different for in-degrees and out-degrees. Such modeling is consistent with power laws that have been observed, for example, in nature and in technological communities (e.g., directed hyperlinks among web pages on the WWW, connections among autonomous systems on the AS internet, connections among routers on the internet, etc.).
Exemplary Operating Environment
Turning to the drawings, wherein like reference numerals refer to like elements, the invention is illustrated as being implemented in a suitable computing environment. Although not required, the invention is described in the general context of computer-executable instructions, such as program modules, being executed by a personal computer. Program modules generally include routines, programs, objects, components, data structures, etc., that perform particular tasks or implement particular abstract data types.
The methods and systems described herein are operational with numerous other general purpose or special purpose computing system environments or configurations. Examples of well known computing systems, environments, and/or configurations that may be suitable include, but are not limited to, hand-held devices, symmetrical multi-processor (SMP) systems, microprocessor based or programmable consumer electronics, network PCs, minicomputers, mainframe computers, portable communication devices, and the like. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
As shown in
Computer 130 typically includes a variety of computer readable media. Such media may be any available media that is accessible by computer 130, and it includes both volatile and non-volatile media, removable and non-removable media. In
Computer 130 may further include other removable/non-removable, volatile/non-volatile computer storage media. For example,
The drives and associated computer-readable media provide nonvolatile storage of computer readable instructions, data structures, program modules, and other data for computer 130. Although the exemplary environment described herein employs a hard disk, a removable magnetic disk 148 and a removable optical disk 152, it should be appreciated by those skilled in the art that other types of computer readable media which can store data that is accessible by a computer, such as magnetic cassettes, flash memory cards, digital video disks, random access memories (RAMs), read only memories (ROM), and the like, may also be used in the exemplary operating environment.
A number of program modules may be stored on the hard disk, magnetic disk 148, optical disk 152, ROM 138, or RAM 140, including, e.g., an operating system (OS) 158 to provide a runtime environment, one or more application programs 160, other program modules 162, and program data 164.
A user may provide commands and information into computer 130 through input devices such as keyboard 166 and pointing device 168 (such as a “mouse”). Other input devices (not shown) may include a microphone, joystick, game pad, satellite dish, serial port, scanner, camera, etc. These and other input devices are connected to the processing unit 132 through a user input interface 170 that is coupled to bus 136, but may be connected by other interface and bus structures, such as a parallel port, game port, or a universal serial bus (USB).
A monitor 172 or other type of display device is also connected to bus 136 via an interface, such as a video adapter 174. In addition to monitor 172, personal computers typically include other peripheral output devices (not shown), such as speakers and printers, which may be connected through output peripheral interface 176.
Computer 130 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 178. Remote computer 178 may include many or all of the elements and features described herein relative to computer 130. Logical connections shown in
When used in a LAN networking enviromnent, computer 130 is connected to LAN 180 via network interface or adapter 184. When used in a WAN networking environment, the computer typically includes a modem 186 or other means for establishing communications over WAN 182. Modem 186, which may be internal or external, may be connected to system bus 136 via the user input interface 170 or other appropriate mechanism.
Depicted in
In a networked environment, program modules depicted relative to computer 130, or portions thereof, may be stored in a remote memory storage device. Thus, e.g., as depicted in
Graph 204(a) is represented as a matrix, wherein each horizontal row i and vertical column j of the matrix corresponds to a respective vertex, or node (i.e., node1 through nodeN). Thus, i=1 . . . N, and j=1 . . . N. (Hereinafter, the terms node and nodes are often used interchangeably with the terms vertex and vertices). To grow graph 204(a) from some number of nodes to a greater number of nodes, the network generating module 202 adds a node to the graph 204(a). This means that a row and a column representing the new node are added to the graph 204(a). The (i,j) element E(i,j) of the graph 204(a) represents the number of directed edges or connections from node i to node j, modeling e.g., the number of hyperlinks from web page i to web page j, or a directed transfer of E(i,j) objects or characteristics from entity i to entity j (such as the transfer of money and goods between a merchant and a buyer), and/or the like.
In the representation 204(a), we have adopted the convention that edge direction is evaluated from the row-node to the column-node.
We now describe the edge E(i, j) values of graph 204(a) in view of network 300 of
Referring to
In this implementation, the module 202 may generate (self-)loops in the graph 204. However, the generating module 202 can be configured not to generate loops to model systems without self-loops.
In another example to represent edges 304 of
Although network 300 of
We now describe the algorithms used by the generating module 202 to generate directed scale-free object relationships in further detail.
Generating Directed Scale-Free Object Relationships
Referring to
Some of the random numbers 206 will be required to lie between 0 (zero) and 1 (one). For each of these random numbers 206, the network generating module 202 uses the random number 206 to determine one of three possibilities, labeled (A), (B) and (C), depending on whether the random number lies between 0 (zero) and α, α and α+β, or α+β and α+β+γ, respectively. The parameters α, β and γ are non-negative real numbers that when added together equal one (1), i.e., α+β+γ=1. These parameters stored as respective portions of the configuration data 210. The parameters α, β and γ can be selected/determined in different manners, for example, manually preconfigured by a system administrator, programmatically configured in view of environmental measurements, etc. This allows for considerable flexibility to customize the model generating process to simulate structural and object relationships of various types of measured environments.
When the generating module 202 maps the random number 206 to the range [0, α], the generating module 202 augments the graph 204 by adding a vertex and an edge from the new vertex into an existing (old) vertex. When the generating module 202 maps the random number 206 to the range [α, α+β], the generating module 202 augments the graph 204 by connecting two old vertices (i.e., a vertex is not added, but one of the E(i,j) values increases by one). When the generating module 202 maps the random number 206 to the range [α+β, α+β+γ], the generating module 202 augments the graph 204 by connecting an old vertex to a newly generated vertex. Additionally, during graph generation, the module 202 applies configurable constants δin and/or δout to introduce in-degree and out-degree shifts to the graph.
The degree shift, δin or δout, is a non-negative parameter added to the in-degree or out-degree of a vertex, respectively. The degree shift is added before applying any other rules which are used to choose random vertices.
In light of the above, let G0 be any fixed initial directed graph 204, for example, a single vertex (i.e., Node1) without edges (i.e., E(1,1)=0), and let t0 be the number of edges of G0. The generating module 202 always adds one edge per iteration, and sets G(t0)=G0, so at time t the graph G(t) has exactly t edges, and a random number n(t) of vertices. For purposes of discussion, number(s) of edges and vertices, as well as other intermediate parameters and calculations are represented by respective portions of “other data” 212.
In the operation of the generating module 202, to choose a vertex v of G(t) according to dout+δout means to choose v so that Pr(v=vi) is proportional to dout(vi)+δout, i.e., so that Pr(v=vi)=(dout(vi)+δout)/(t+δoutn(t)). To choose v according to din+δin means to choose v so that Pr(v=vj)=(din(vj)+δin)/(t+δinn(t)). Here dout(vi) and din(vj) are the out-degree of vi and the in-degree of vj, respectively, measured in the graph G(t).
For t≧t0, the generating module 202 forms G(t+1) from G(t) according the following rules:
Although the generating module 202 makes no additional assumptions about the parameters, the behavior of the resulting graph is non-trivial only if certain settings of the parameters are avoided. In particular, the following parameter values can be avoided to exclude trivialities:
In one implementation, when graph 204 represents a web graph, δout is set to 0. The motivation is that vertices added under rule (C) correspond to web pages which purely provide content; such pages do not change, are born without out-links and remain without out-links. In this implementation, vertices generated/added under rule (A) correspond to usual pages, to which links may be added later. While mathematically it may seem natural to take δin=0 in addition to δout=0, doing so would provide a model in which every page not in G0 has either no in-links or no out-links, i.e. a trivial model.
A non-zero value of δin corresponds to insisting that a page is not considered part of the web until something points to it, for example, a search engine. This allows the generating module 202 to consider edges from search engines independently/separately from the rest of the graph, since they are typically considered to be edges of a different nature (for purposes of implementing a search algorithm, for example) than other types of edges. For the same reason, δin does not need to be an integer. The parameter δout is included to provide symmetry to the model with respect to reversing the directions of edges (swapping α with γ and δin with δout), and to further adapt the model to contexts other than that of the webgraph.
In one implementation, taking β=γ=δout=0 and α=δin=1, the generating module 202 includes a precise version of the special case of m=1 of the Barabási-Albert model [5], wherein m represents the number of new edges added for each new vertex A more general model than that so far described here, with additional parameters, can be generated by adding m edges for each new vertex, or (as in [14]) by adding a random number of new edges with a certain distribution for each new vertex. In implementing the description here, the main effect of the Barabási-Albert parameter m, namely varying the overall average degree, is achieved by varying β.
Another more general model than that so far described here, again with additional parameters, can be generated to describe systems in which different vertices have different fitnesses. For example, some web pages may be considered more fit or attractive than others, and may get more connections per unit time even if their degrees are not as high as those of less fit web pages. To model this, whenever the generating module 202 creates a new vertex v, the random number generator 208 will independently generate two random numbers λ(v) and μ(v) from some specified distributions Din and Dout, respectively, independently of each other and of all earlier choices. Then steps (A), (B) and (C) of [0041] will be modified as follows: In step (A), the existing vertex w will be chosen according to λ(w)(din+δin), so that Pr(w=wi)∝λ(wi) (din(wi)+δin). In step (B), the existing vertex v will be chosen according to μ(v)(dout+δout), and the existing vertex w will be chosen according to λ(w)(din+δin), so that Pr(v=vi, w=wj)∝μ(vi)λ(wj)(dout(vi)+δout)(din(wj)+δin). In step (C), the existing vertex w will be chosen according to μ(w)(dout+δout), so that Pr(w=wi)∝μ(wi)(dout(wi)+δout).
An Exemplary Procedure
Conclusion
The described systems and methods generate directed scale-free object relationships. Although the systems and methods have been described in language specific to structural features and methodological operations, the subject matter as defined in the appended claims is not necessarily limited to the specific features or operations described. Rather, the specific features and operations are disclosed as exemplary forms of implementing the claimed subject matter. For instance, the described systems 100 and methods 400, besides being applicable to generation of a directed scale-free model of the web (a web graph) or some portion thereof, can also used to generate customized models of many other naturally occurring (man-made and otherwise) physical and abstract object relationships.
In order to find the power laws, we fix constants α, β, γ≧0 summing to 1 and δin, δout≧0, and set
We also fix a positive integer t0 and an initial graph G(t0) with t0 edges. Let us write xi(t) for the number of vertices of G(t) with in-degree i, and yi(t) for the number with out-degree i.
Note that the in-degree distribution becomes trivial if αδin+γ=0 (all vertices not in G0 will have in-degree zero) or if γ=1 (all vertices not in G0 will have in-degree 1), while for γδout+α=0 or α=1 the out-degree distribution becomes trivial. We will therefore exclude these cases in the following theorem.
In the statement above, the o(t) notation refers to t→∞ with i fixed, while a(i)˜b(i) means a(i)/b(i)→1 as i→∞.
Proof. Note first that if the initial graph has n0 vertices then n(t) is equal to n0 plus a Binomial distribution with mean (α+γ)(t−t0). It follows from the Chernoff bound that there is a positive constant c such that for all sufficiently large t we have
Pr(|n(t)−(α+γ)t|≧t1/2 log t)≦e−c(log t
In particular, the probability above is o(t−1) as t→∞.
We consider how the vector (x0(t), x1(t), . . . ), giving for each i the number of vertices of in-degree i in the graph G(t), changes as t increases by 1. Let G(t) be given. Then with probability α a new vertex with in-degree 0 is created at the next step, and with probability γ a new vertex with in-degree 1 is created. More specifically, with probability α+β the in-degree of an old vertex is increased. In going from G(t) to G(t+1), from the preferential attachment rule, given that we perform operation (A) or (B), the probability that a particular vertex of in-degree i has its in-degree increased is exactly (i+δin)/(t+δinn(t)). Since the chance that we perform (A) or (B) is α+β, and since G(t) has exactly xi(t) vertices of in-degree i, the chance that one of these becomes a vertex of in-degree i+1 in G(t+1) is exactly
so with this probability the number of vertices of in-degree i decreases by 1. However, with probability
a vertex of in-degree i−1 in G(t) becomes a vertex of in-degree i in G(t), increasing the number of vertices of in-degree i by 1. Putting these effects together,
where we take x−1(t)=0, and write 1A for the indicator function which is 1 if the event A holds and 0 otherwise.
Let i be fixed. We wish to take the expectation of both sides of (2). The only problem is with n(t) in the second term on the right hand side. For this, note that from a very weak form of (1), with probability 1−o(t−1) we have |n(t)−(α+γ)t|=o(t3/5). Now whatever value n(t) takes we have
for each j, so
and, taking the expectation of both sides of (2),
Let us write
Now let p−1=0 and for i≧0 define pi by
pi=c1((i−1+δin)pi−1−(i+δin)pi)+α1{i=0}+γ1{i=1}. (4)
First we will show that that for each i we have
E(xi(t))=pit+o(t3/5) (5)
as t→∞; later we shall show that xi(t) is concentrated around its mean, and then finally that the pi follow the stated power law. To see (5), set εi(t)=
(t+1)εi(t+1)−tεi(t)=c1(i−1+δin)εi−1(t)−c1(i+δin)εi(t)+o(t−2/5),
which we can rewrite as
where Δi(t)=c1(i−1+δin)εi−1(t)/(t+1)+o(t−7/5).
To prove (5) we must show exactly that εi(t)=o(t−2/5) for each i. We do this by induction on i; suppose that i≧0 and εi−1(t)=o(t−2/5), noting that ε−1(t)=0, so the induction starts. Then Δi(t)=o(t−7/5), and from (6) one can check (for example by solving this equation explicitly for εi(t) in terms of Δi(t)) that εi(t)=o(t−2/5). This completes the proof of (5).
Next we show that, with probability 1, we have
xi(t)/t→pi, (7)
as in the statement of the theorem. To do this we show concentration of xi(t) around its expectation using, as usual, the Azurna-Hoeffding inequality [4, 20] (see also [10]). This can be stated in the following form: if X is a random variable determined by a sequence of n choices, and changing one choice changes the value of X by at most θ, then
To apply this let us first choose for each time step which operation (A), (B) or (C) to perform. Let A be an event corresponding to one (infinite) sequence of such choices. Note that for almost all A (in the technical sense of probability 1), the argument proving (5) actually gives
E(xi(t)|A)=pit+o(t). (9)
Given A, to determine G(t) it remains to choose at each step which old vertex (for (A) or (C)), or which old vertices (for (B)) are involved. There are at most 2t old vertex choices to make. Changing one of these choices from v to v′, say, only affects the degrees of v and v′ in the final graph. (To preserve proportional attachment at later stages we must redistribute later edges among v and v′ suitably, but no other vertex is affected.) Thus xi(t) changes by at most 2, and, applying (8), we have
Pr(|xi(t)−E(xi(t)|A)|≧t3/4|A)≦2e−√{square root over (t)}/16.
Together with (9) this implies that (7) holds with probability one, proving the first part of the theorem. (Note that with a little more care we can probably replace (7) with xi(t)=pit+O(t1/2 log t). Certainly our argument gives an error bound of this form in (5); the weaker bound stated resulted from replacing t1/2 log t in (1) by o(t3/5) to simplify the equations. However the technical details leading to (9) may become complicated if we aim for such a tight error bound.)
We now determine the behaviour of the quantities pi defined by (4).
Assuming γ<1, we have α+β>0 and hence c1>01 so we can rewrite (4) as
(i+δin+c1−1)pi=(i−1+δin)pi−1+c1−1(α1{i=0}÷γ1{i=1}).
This gives
Here, for x a real number and n an integer we write (x)n for x(x−1) . . . (x−n+1). Also, we use x! for Γ(x+1) even if x is not an integer. It is straightforward to check that the formulae we obtain do indeed give solutions. One can check that Σi=0∞pi=α+γ; there are (α+γ+o(1))t vertices at large times t.
From (10) we see that as i→∞ we have piCINi−x
xIN=(δin+c1−1)−(−1+δin)=1+1/c1,
as in the statement of the theorem.
For out-degrees the calculation is exactly the same after interchanging the roles of α and γ and of δin and δout. Under this interchange c1 becomes c2, so the exponent in the power law for out-degrees is xOUT=1+1/c2, as claimed.
We now turn to more detailed results, considering in- and out-degree at the same time. Let nij(t) be the number of vertices of G′(t) with in-degree i and out-degree j.
Note that Theorem 2 makes statements about the limiting behaviour of the fij as one of i and j tends to infinity with the other fixed; there is no statement about the behaviour as i and j tend to infinity together in some way.
The proof of Theorem 2 follows the same lines as that of Theorem 1, but involves considerably more calculation, and is thus given in Appendix B. The key difference is that instead of (10) we obtain a two dimensional recurrence relation (13) whose solution is much more complicated.
Before discussing the application of Theorems 1 and 2 to the web graph, note that if δout=0 (as we shall assume when modelling the web graph), vertices born with out-degree 0 always have out-degree 0. Such vertices exist only if γ>0. Thus γδout>0 is exactly the condition needed for the graph to contain vertices with non-zero out-degree which were born with out-degree 0. It turns out that when such vertices exist they dominate the behaviour of fij for j>0 fixed and i→∞. A similar comment applies to αδin with in- and out-degrees interchanged. If αδin=γδout=0 then every vertex not in G0 will have either in- or out-degree 0.
Note also for completeness that if γδout>0 then (11) holds for j=0 also. If γ=0 then fi0=0 for all i. If γ>0 but δout=0, then among vertices with out-degree 0 (those born at a type (C) step), the evolution of in-degree is the same as among all vertices with non-zero out-degree taken together. It follows from Theorem 1 that in this case fi0˜C0i−X
Particular Values
An interesting question is for which parameters (if any) our model reproduces the observed power laws for certain real-world graphs, in particular, the web graph.
For this section we take δout=0 since this models web graphs in which there are content-only pages. We assume that α>0, as otherwise there will only be finitely many vertices (the initial ones) with non-zero out-degree. As before, let c1=(α+β)/(1+δin(α+γ)) and note that now c2=1−α. We have shown that the power-law exponents are
XIN=1+1/c1
for in-degree overall (or in-degree with out-degree fixed as 0),
XOUT=1+1/c2
for out-degree overall, and that if δin>0 we have exponents
X′IN=1+1/c1+c2/c1
for in-degree among vertices with fixed out-degree j≧1, and
X′OUT=1+1/c2+δinc1/c2
for out-degree among vertices with fixed in-degree i≧0.
For the web graph, recently measured values of the first two exponents [13] are XIN=2.1 and XOUT=2.7. (Earlier measurements in [3] and [23] gave the same value for XIN but smaller values for XOUT.) Our model gives these exponents if and only if c2=0.59, so α=0.41, and c1=1/1.1, so
This equation gives a range of solutions: the extreme points are δin=0, β=0.49, γ=0.1 and δin=0.24, β=0.59, γ=0.
As a test of the model one could measure the exponents X′IN and X′OUT (which may of course actually vary when the fixed out-/in-degree is varied). We obtain 2.75 for X′IN and anything in the interval [2.7, 3.06] for X′OUT.
Appendix B
In this appendix, we give the proof of Theorem 2. Arguing as in the proof of Theorem 1 we see that for each i and j we have nij(t)/t→fij, where the fij satisfy
Of course we take fij to be zero if i or j is −1. Note that a vertex may send a loop to itself, increasing both its in- and out-degrees in one step. While this does complicate the equations for E(nij(t)), it is easy to see that for fixed i and j the effect on this expectation is o(t), so (13) holds exactly.
We start by finding an expansion for fij when i→∞ with j fixed.
The recurrence relation (13) is of the form
L(f)=α1{i=0 j=1}+γ1{i=1 j=0}
for a linear operator L on the two-dimensional array of coefficients fij. It is clear from the form of L that there is a unique solution to this equation. By linearity we can write
fij=gij+hij
where
L(g)=α1{i=0 j=1} (14)
and
L(h)=γ1{i=1 j=0}. (15)
Let us first consider g. As α, γ<1 we have c1, c2>0, so setting
dividing (14) through by c1 we obtain
Using (16), it is not hard to show that gij=0 for all i>0 if αδin=0. For the moment, we therefore shall assume that αδin>0.
Note that, from the boundary condition, we have gi0=0 for all i. Thus for j=1 the second term on the right of (16) disappears, and we see (skipping the details of the algebra) that
is a positive constant. (Here we have used αδin>0.)
For j≧2 the last term in (16) is always zero. Solving for gij by iteration, we get
Suppose that for some constants Ajr we have
for all 1≦j≦j0 and all i≧0. Note that we have shown this for j0=1, with A11=α. Let j=j0+1. Then, using (17) and (18), we see that
Now it is straightforward to verify that if 0<y<x and s is an integer with 0≦s≦i+1, then
(For example one can use downwards induction on s starting from s=i+1 where both sides are zero.) Combining (19) and the s=0 case of (20) we see that
Collecting coefficients of 1/(i+br)! for different values of r, and noting that bj−br=(j−r)c2/c1, we see that (18) holds for j=j0+1, provided that
In fact we have the power law we are interested in (for g rather than f) without calculating the Ajr. Observing only that A11>0, so Aj1>0 for every j≧1, the r=1 term domninates (18). Thus for any fixed j>0 we have
gij˜Cj1i−1+δ
Having said that we do not need the Ajr for the power law, we include their calculation for completeness since it is straightforward. Skipping the rather unpleasant derivation, we claim that
for the same constant α as above. This is easy to verify by induction on j using the relations above.
We now turn to h, for which the calculation is similar. From (15) we have
Again skipping much of the algebra, for j=0 we see that h00=0, while
for all i≧1.
If γδout=0, then hij=0 is zero for all j>0, so let us now assume γδout>0. This time the boundary condition implies that h0j=0 for all j. For j≧1 we thus have from (22) that
(The only difference from (17) is that the sum starts with k=1.) Arguing as before, using the s=1 case of (20), we see that, for i≧1 and j≧0,
(This makes sense as we are assuming that δout>0.) Here the r=0 term dominates, and we see that for each j≧0 we have
hij˜Cj11i−1+δ
as i→∞, for some positive constant Cj11. Returning now to f=g+h, considering j≧1 fixed and i→∞ we see that when γδout>0, the contribution from h dominates, while if γδout=0, this contribution is zero. Thus combining (21) and (23) proves (11).
The second part of Theorem 2, the proof of (12), follows by interchanging in- and out-degrees, α and γ and δin and δout.
This application is a continuation of U.S. patent application Ser. No. 10/421,385, filed on Apr. 23, 2003, entitled “MODELING DIRECTED SCALE-FREE OBJECT RELATIONSHIPS”, which claims priority to U.S. Patent Application Ser. No. 60/463,792, filed on Apr. 18, 2003, entitled “GENERATING MODELS FOR DIRECTED SCALE-FREE INTER-OBJECT RELATIONSHIPS”. This application is also related to U.S. patent application Ser. No. 10/603,034, filed on Jun. 24, 2003, entitled “NEWS GROUP CLUSTERING BASED ON CROSS-POST GRAPH”. The entireties of the aforementioned applications are incorporated herein by reference.
Number | Name | Date | Kind |
---|---|---|---|
6064971 | Hartnett | May 2000 | A |
Number | Date | Country |
---|---|---|
11096134 | Apr 1999 | JP |
Number | Date | Country | |
---|---|---|---|
20070083347 A1 | Apr 2007 | US |
Number | Date | Country | |
---|---|---|---|
60463792 | Apr 2003 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 10421385 | Apr 2003 | US |
Child | 11608737 | US |