CN103020267B - Based on the complex network community structure method for digging of triangular cluster multi-label - Google Patents

Based on the complex network community structure method for digging of triangular cluster multi-label Download PDF

Info

Publication number
CN103020267B
CN103020267B CN201210573195.XA CN201210573195A CN103020267B CN 103020267 B CN103020267 B CN 103020267B CN 201210573195 A CN201210573195 A CN 201210573195A CN 103020267 B CN103020267 B CN 103020267B
Authority
CN
China
Prior art keywords
label
network
node
array
time
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201210573195.XA
Other languages
Chinese (zh)
Other versions
CN103020267A (en
Inventor
李生红
赵郁忻
张爱新
刘超
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Jiaotong University
Original Assignee
Shanghai Jiaotong University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Jiaotong University filed Critical Shanghai Jiaotong University
Priority to CN201210573195.XA priority Critical patent/CN103020267B/en
Publication of CN103020267A publication Critical patent/CN103020267A/en
Application granted granted Critical
Publication of CN103020267B publication Critical patent/CN103020267B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

Based on a complex network community mining method for triangular cluster multi-label, comprise the following steps: mutually disjoint triangular cluster in search network; For the initial state that the mutually different label of the Node configuration in different triangular cluster is propagated as label; According to many tag update rules, for all nodes in network, the propagation synchronously carrying out label upgrades; By the label array that obtains after upgrading with upgrade the label array obtained before and compare; If label is still in propagation, then proceed to upgrade; If label produces vibration, then proceed again after carrying out vibration Processing for removing to upgrade; If label no longer changes, then stop upgrading, obtain the community structure with overlap in network.Time complexity of the present invention is very low, is applicable to large-scale complex network.In addition, the present invention can detect the lap of community structure well, and has good robustness, and the accuracy of detection is very high.

Description

Based on the complex network community structure method for digging of triangular cluster multi-label
Technical field
What the present invention relates to is a kind of method of complex network field, specifically a kind of complex network community structure method for digging based on triangular cluster multi-label.
Background technology
Complex network is a kind of abstract representa-tions of complication system in real world, individuality in node on behalf complication system in complex network, a kind of relation of the connection between node then according to certain regular self-assembling formation or arteface between individuality in representative system.At present, complex network has been widely used in characterizing the various complication systems such as electric power networks, communication network, internet, social networks.
Community structure is the important topological property of of complex network, and whole complex network is made up of several community structures, and the node of each community structure inside connects closely, and the connection between community structure is then relatively sparse.The community structure of complex network corresponds to the functional unit or the organizations that have common feature in reality, such as in internet, community structure is exactly that the number of site of topics common is discussed, and the community structure in social networks is exactly a group of the people's composition having common interest hobby.Therefore, the characteristic of network is analyzed by the community structure excavated in complex network and function is of great practical significance.
The community structure of complex network excavates the crucial character of demand fulfillment two:
The first, complexity is low.The scale of complex network is often very huge, and can comprise several thousand even up to ten thousand nodes, under the network of this scale, if the complexity of method is higher, the time overhead so carrying out community structure excavation will be very large;
The second, effective overlay structure testing mechanism.In actual complex network, community structure ubiquity overlapping phenomenon, some nodes namely in complex network can belong to multiple community structure simultaneously, and this just requires that community structure method for digging can detect the lap of community structure in complex network.
Find by literature search, M.E.J.Newman and M.Girvan proposes a kind of community mining method based on shortest path in article " Communitystructureinsocialandbiologicalnetworks [J] " (" community structure in social activity and bio-networks ") (Proc.Natl.Acad.Sci.USA99,7821-7826 (2001)) (PNAS).First the method by the shortest path between any two points in computational grid, obtains the shortest path table of whole network; Then the number of times utilizing this table to add up to be passed through by shortest path on every bar limit as the weights on this limit, and removes the limit of maximum weight in network, recalculates the weights on each bar limit in whole network afterwards; Repeat above step, until whole network is divided into rational community structure.The accuracy of detection of the program is not high, and method complexity is higher, and cannot detect the community structure with overlap.
Find through retrieval again, the people such as FilippoRadicchi and ClaudioCastellano propose a kind of community mining scheme based on Local network topology structure at article " Definingandidentifyingcommunitiesinnetworks [J] " (" definition community structure " in recognition network) in (Proc.Natl.Acad.Sci.USA101,2658-2663 (2004)) (PNAS).Its method is: the first local topology feature of community structure in Analysis of Complex network, and using the triangular structure in network as the most basic structure of Web Community, and in statistics network, the quantity of the triangular structure of every bar limit institute subordinate is as the weights on this limit; Then, remove the limit of maximum weight in network, recalculate the weights on each bar limit in whole network; Repeat above step, until whole network is divided into rational community structure.The program take into account the local features of network topology structure, and accuracy of detection has a certain upgrade, but still cannot solve this two problems of detection of complexity height and community structure lap.
Find through retrieval again, the people such as GergelyPalla and ImreDerenyi propose a community structure method for digging based on complete subgraph in article " Uncoveringtheoverlappingcommunitystructureofcomplexnetwo rksinnatureandsociety [J] " (" excavate in nature and community network and have overlapping community structure ") (Nature435 (7043), 814-818 (2005)) (nature).For each node in complex network, first calculate all complete subgraphs comprising this node, construct the overlapping matrix of these complete subgraphs; Then filter according to connectivity pair overlapping matrix, thus obtain that there is overlapping community structure.Although the method can be excavated have overlapping community structure, because complexity is too high, not there is actual using value.
Find finally by retrieval, the people such as U.N.Raghavan and R.Albert propose a kind of label transmission method being applied to community structure and excavating in article " Nearlineartimealgorithmtodetectcommunitystructuresinlarg e-scalenetworks [J] " (being applied to a kind of method close to linear time complexity that in large scale network, community structure is excavated) (Phys.Rev.E76,036106 (2007)) (physical comment).First each peer distribution one the independently label in complex network is given during program initialization; Be all in its neighbor node, occupy the maximum label of ratio afterwards by the tag update of each node when each iteration, until stop iteration when the label of all nodes all no longer changes in network, the node now having same label just belongs to same community structure.Thus, the community structure of complex network can just be marked off.The method complexity is very low, has close to linear time complexity, goes for large-scale complex network.But the robustness of the method is very poor, accuracy of detection is not high, and cannot detect the community structure with overlap.
Summary of the invention
The object of the invention is to for above-mentioned the deficiencies in the prior art, propose a complex network community structure method for digging based on triangular cluster multi-label.Its main thought is the initial state that the core first finding community structure is propagated as label, adopts many tag updates rule afterwards, ensure the Detection results of community structure lap in the renewal of label.
The present invention is achieved through the following technical solutions:
Based on a complex network community mining method for triangular cluster multi-label, its feature is: the method comprises the following steps: mutually disjoint triangular cluster in search network; For the initial state that the mutually different label of the Node configuration in different triangular cluster is propagated as label; According to many tag update rules, for all nodes in network, the propagation synchronously carrying out label upgrades; By the label array that obtains after upgrading with upgrade the label array obtained before and compare; If label is still in propagation, then proceed to upgrade; If label produces vibration, then proceed again after carrying out vibration Processing for removing to upgrade; If label no longer changes, then stop upgrading, obtain the community structure with overlap in network.
The concrete steps of the method are as follows:
1. for each node of complex network G to be measured gives an empty label;
2. by following formulae discovery every bar limit e ijtriangular cluster coefficient T C (e ij):
TC(e ij)=|N(v i)∩N(v j)|
Wherein: N (v i) be node v ithe set of neighbor node, ∩ is the operational symbol sought common ground, || be the operational symbol asking cardinal of the set, i be 1,2,3 ..., N;
3. the limit that triangular cluster coefficient is maximum is searched out;
4. all nodes in the triangular cluster on this limit being given a radix being different from other labels in network is the label of 1; Afterwards these nodes are deleted from network, obtain new network G ',
5. judge whether to exist the limit that triangular cluster coefficient is greater than 0, exist, then return step 2., otherwise the label of all nodes in now network is saved as a label array L (0), as the original state that label is propagated, enter step 6.;
6. the propagation utilizing following formula synchronously to carry out label upgrades:
L i ( t ) = arg max l Σ v j ∈ N ( v i ) δ ( L j ( t - 1 ) , l )
δ ( L j ( t - 1 ) , l ) = 1 , l ∈ L j ( t - 1 ) 0 , l ∉ L j ( t - 1 )
Wherein: node v icarry out the label after upgrading for the t time, t is the positive integer of more than 1, N (v i) be node v ithe set of neighbor node, node v ineighbor node v jlabel after upgrading at the t-1 time, be the operational symbol of the set asking element l, the function that the l tried to achieve defines after making max obtains maximal value.When upgrading for the t time, utilizing and upgrading the label array L obtained the t-1 time (t-1), for the rule of all nodes in complex network G according to many tag updates, the propagation synchronously carrying out label upgrades, and is saved to new label array L (t);
7. label array is compared: upgrade the t time the label array L obtained (t)with upgrade the label array L obtained before for t-1 time (1), L (2)..., L (t-1)compare,
When the label array of t time is all not identical, then return step 6.;
Work as L (1), L (2)..., L (t-2)middle existence and L (t)identical label array, then enter and show that vibration has appearred in renewal, then carry out step 8.;
As label array L (t-1)and L (t)identical, then enter step 9.
8. vibrate Processing for removing: assuming that label array L (1), L (2)..., L (t-2)in there is L (k)and L (t)identical, then at label array L (k+1)..., L (t)in search out all from kth be updated to for+1 time the t time upgrade label occurred change node, at L (t)it is middle that the label of these nodes to be replaced to respectively the radix being different from other labels in network be the label of 1; Then step is returned 6.;
What 9. obtain network has overlapping community structure, and the node having same label element in network belongs to same community structure, and the node that label radix is greater than 1 is the lap of community structure.
Technical solution of the present invention is explained as follows:
1. calculate the original state that label is propagated:
For complex network G=(V, E) to be measured, wherein V={v i| i=1,2 ..., N} is the node set of complex network G, v irepresent i-th node, N is the quantity of Node Contraction in Complex Networks, the limit set of complex network G, e ij=(v i, v j) represent connected node v in network iand v jlimit, be each node v in network G i(i=1,2 ..., N) give an empty label.First, every bar limit e is calculated ij(i, j=1,2 ..., N) triangular cluster coefficient; Then, search out the limit that triangular cluster coefficient is maximum, all nodes in the triangular cluster on this limit being reset a radix being different from other labels in network is the label of 1; Afterwards these nodes are deleted from network, obtain new network G '=(V', E ');
Repeat said process, until there is not the limit that triangular cluster coefficient is greater than 0 in network, the label of all nodes in now network is saved as a label array as the original state that label is propagated, wherein represent the label of node vi when original state propagated by label;
2. the propagation of label upgrades:
When upgrading for the t time, utilizing and upgrading the label array L obtained the t-1 time (t-1), for the rule of all nodes in complex network G=(V, E) according to many tag updates, the propagation synchronously carrying out label upgrades, and is saved to new label array L ( t ) = [ L 1 t , L 2 t , . . . , L i t , . . . , L N t ] , Wherein represent node v ilabel after upgrading at the t time;
3, label array compares:
The label array L obtained is upgraded by the t time (t)with upgrade the label array L obtained before for t-1 time (1), L (2)..., L (t-1)compare,
When the label array of t time is all not identical, then the propagation continuing to carry out according to step 2 label upgrades;
Work as L (1), L (2)..., L (t-2)middle existence and L (t)identical label array, then show that vibration has appearred in renewal, must carry out vibration Processing for removing, and the propagation continuing to carry out according to step 2 label afterwards again upgrades;
As label array L (t-1)and L (t)identical, then show network G=(V, E) in, the label of all nodes all no longer changes, the propagation now stopping label upgrades, namely the node having same label element in network belongs to same community structure, and the node that label radix is greater than 1 is the lap of community structure.
The original state that described calculating label is propagated.For complex network G=(V, E) to be measured, wherein V={v i| i=1,2 ..., N is the node set of complex network G, and vi represents i-th node, and N is the quantity of Node Contraction in Complex Networks, E={e ij=(v i, v j) | i, j=1,2 ..., N} is the limit set of complex network G, e ij=(v i, v j) represent connected node v in network iand v jlimit, be each node v in network G i(i=1,2 ... N, gives an empty label.First, every bar limit e is calculated ij(i, j=1,2 ..., N) triangular cluster coefficient; Then, search out the limit that triangular cluster coefficient is maximum, all nodes in the triangular cluster on this limit being reset a radix being different from other labels in network is the label of 1; Afterwards these nodes are deleted from network, obtain new network G '=(V', E').Repeat said process, until there is not the limit that triangular cluster coefficient is greater than 0 in network.The label of all nodes in now network is saved as a label array as the original state that label is propagated, wherein represent node v ilabel when original state propagated by label.Be specially:
Described limit e ijtriangular cluster, refer in network and comprise limit e ijthe topological structure of all triangles composition.
Described limit e ijtriangular cluster coefficient, refer in network and comprise limit e ijall leg-of-mutton quantity, its computing formula is as follows:
TC(e ij)=|N(v i)∩N(v j)|
Wherein, TC (e ij) be limit e ijtriangular cluster coefficient, N (v i) be node v ithe set of neighbor node, ∩ is the operational symbol sought common ground, || be the operational symbol asking cardinal of the set.
Described node v ineighbor node, to refer in network and node v ibetween have the node of fillet.
Described cardinality of a set, refers to the number of element in set.
Described node v ilabel, be one set L i={ l ik| k=1,2 ..., K}, its element l ikbe used for characterizing node v ithe numbering of affiliated community structure, K is cardinality of a set.If the radix of this label is 1, then show node v ionly belong to a community structure; If the radix of this label is greater than 1, then node v ibelong to multiple community structure simultaneously.
Described empty label, refer to the label of set for empty set, namely radix is the label of 0.The label that node has is empty label, then illustrate that this node does not belong to any community structure.
Described label array is the array of a 1 × N, for preserving the label of all nodes in network.Wherein, N is the quantity of nodes, represent the label that all nodes have when original state propagated by label, for node v during label propagation original state ithe label had; represent the label that after upgrading for the t time, all nodes have, be upgrade posterior nodal point v the t time ithe label had.
The propagation of described label upgrades.When upgrading for the t time, utilizing and upgrading the label array L obtained the t-1 time (t-1), for the rule of all nodes in complex network G=(V, E) according to many tag updates, the propagation synchronously carrying out label upgrades, and is saved to new label array wherein represent node v ilabel after upgrading at the t time.Be specially:
Described many tag updates rule is:
L i ( t ) = arg max l Σ v j ∈ N ( v i ) δ ( L j ( t - 1 ) , l )
δ ( L j ( t - 1 ) , l ) = 1 , l ∈ L j ( t - 1 ) 0 , l ∉ L j ( t - 1 )
Wherein, node v icarry out the label after upgrading for the t time, t is the positive integer of more than 1, N (v i) be node v ithe set of neighbor node, node v ineighbor node v jlabel after upgrading at the t-1 time, be the operational symbol of the set asking element l, the function that the l tried to achieve defines after making max obtains maximal value.
The described propagation synchronously carrying out label upgrades, and refers to and upgrades arbitrary node v the t time ilabel can only by upgrading the label array L obtained t-1 time before (1), L (2)..., L (t-1)calculate, and other any node v obtained with the t time renewal jthe label of (j ≠ i) irrelevant.
Described label array compares.The label array L obtained is upgraded by the t time (t)with upgrade the label array L obtained before for t-1 time (1), L (2)..., L (t-1)compare.If the label array of t time is all not identical, then the propagation continuing to carry out according to step 2 label upgrades; If L (1), L (2)..., L (t-2)middle existence and L (t)identical label array, then show that vibration has appearred in renewal, must carry out vibration Processing for removing, and the propagation continuing to carry out according to step 2 label afterwards again upgrades; If label array L (t-1)and L (t)identical, then show network G=(V, E) in, the label of all nodes all no longer changes, the propagation now stopping label upgrades, namely the node having same label element in network belongs to same community structure, and the node that label radix is greater than 1 is the lap of community structure.Be specially:
Described vibration is eliminated, and the steps include: supposition label array L (1), L (2)..., L (t-2)in there is L (k)and L (t)identical, then at label array L (k+1)..., L (t)in search out all from kth be updated to for+1 time the t time upgrade label occurred change node, at L (t)it is middle that the label of these nodes to be replaced to respectively the radix being different from other labels in network be the label of 1.
The present invention improves performance and the effect of label propagation from three aspects.First, the core texture of complex network community structure is triangular cluster.The present invention marks off disjoint triangular cluster from network, and distribute the initial state that different labels is propagated as label, take full advantage of the topological property of complex network, the Primary Construction basic configuration of community structure, being in a ratio of the mutually different label of all peer distribution in network has had very large optimization as the method for initial state.Secondly, invention introduces many tag updates rule, the label of each node is made to propagate the label information upgrading and take full advantage of neighbor node, the local message of node can not be lost, compared with the update rule of the optimum label of Stochastic choice, many tag update rules substantially increase robustness and the accuracy of label propagation.Finally, adopt vibration Processing for removing to the label assignment again of vibration node, solve the oscillation problem under synchronized update mode preferably, completely eliminate the randomness defect introduced due to the update sequence of node in asynchronous refresh mode, and can parallel computation be passed through, improve counting yield.
Accompanying drawing explanation
Fig. 1 is method flow diagram of the present invention.
Fig. 2 is the original state schematic diagram that the label of this method under karate club network is propagated.
Fig. 3 is the community structure schematic diagram with overlap that this method obtains under karate club network.
Embodiment
Elaborate to embodiments of the invention below, the present embodiment is implemented under premised on technical solution of the present invention, give detailed embodiment and concrete operating process, but protection scope of the present invention is not limited to following embodiment.
The present embodiment adopts the classical data set Zachary karate club network in community network, and this network packet is containing 34 nodes and 78 limits.Specifically comprise step as follows:
1. for each node of karate club network to be measured gives an empty label;
2. by the triangular cluster coefficient T C (e of following formulae discovery every bar limit ej ij):
TC(e ij)=|N(v i)∩N(v j)|
Wherein: N (v i) be node v ithe set of neighbor node, ∩ is the operational symbol sought common ground, || be the operational symbol asking cardinal of the set, i be 1,2,3 ..., N;
3. the limit that triangular cluster coefficient is maximum is searched out;
4. all nodes in the triangular cluster on this limit being given a radix being different from other labels in network is the label of 1; Afterwards these nodes are deleted from network, obtain new network G ',
5. judge whether to exist the limit that triangular cluster coefficient is greater than 0, exist, then return step 2., otherwise the label of all nodes in now network is saved as a label array L (0), as the original state that label is propagated, enter step 6.;
5. the label array L of original state propagated by the label obtained by step (0)comprise 3 kinds of different non-NULL label l altogether 1, l 2and l 3, corresponding to 3 the mutually disjoint triangular cluster existed in karate club network, as shown in Figure 2, wherein each label circle represents, the node in different circle has different non-NULL labels, and blank node represents the node having sky label.
6. the propagation utilizing following formula synchronously to carry out label upgrades:
L i ( t ) = arg max l Σ v j ∈ N ( v i ) δ ( L j ( t - 1 ) , l )
δ ( L j ( t - 1 ) , l ) = 1 , l ∈ L j ( t - 1 ) 0 , l ∉ L j ( t - 1 )
Wherein: node v icarry out the label after upgrading for the t time, t is the positive integer of more than 1, N (v i) be node v ithe set of neighbor node, node v ineighbor node v jlabel after upgrading at the t-1 time, be the operational symbol of the set asking element l, the function that the l tried to achieve defines after making max obtains maximal value, when upgrading for the t time, utilizing and upgrading the label array L obtained the t-1 time (t-1), for the rule of all nodes in complex network G according to many tag updates, the propagation synchronously carrying out label upgrades, and is saved to new label array L (t);
7. label array is compared: upgrade the t time the label array L obtained (t)with upgrade the label array L obtained before for t-1 time (1), L (2)..., L (t-1)compare,
When the label array of t time is all not identical, then return step 6.;
Work as L (1), L (2)..., L (t-2)middle existence and L (t)identical label array, then enter and show that vibration has appearred in renewal, then carry out step 8.;
As label array L (t-1)and L (t)identical, then enter step 9.
8. vibrate Processing for removing: assuming that label array L (1), L (2)..., L (t-2)in there is L (k)and L (t)identical, then at label array L (k+1)..., L (t)in search out all from kth be updated to for+1 time the t time upgrade label occurred change node, at L (t)it is middle that the label of these nodes to be replaced to respectively the radix being different from other labels in network be the label of 1; Then step is returned 6.;
What 9. obtain network has overlapping community structure, and the node having same label element in network belongs to same community structure, and the node that label radix is greater than 1 is the lap of community structure.
Utilize this method, the label array L obtained after upgrading at the 2nd time (2)the label array L obtained after upgrading with the 1st time (1)identical, so the propagation stopping label upgrades, what obtain karate club network has overlapping community structure, as shown in Figure 3.Can find out, in karate club network, co-exist in 3 community structure C 1, C 2and C 3, represent with a circle respectively, the node in circle is the member node of this community structure; Node 5, node 10 and node 11 is the lap of community structure, represents with the node of black; Community structure C 1and C 2own node 5 and node 11 together, community C 2and C 3own node 10 together.
More than experiment uses typical network data collection, has been described in detail method flow of the present invention.The background knowledge of this experimental result and data set is basically identical, is divided the node ratio entering correct community structure and reaches 95.59%.In addition, modularity be one for weighing the very important index parameter of community structure quality, the modularity of community structure that this method obtains under karate club network is as calculated 0.3912, be in close proximity to theoretic maximal value 0.4020, this also demonstrates accuracy and the validity of this method.

Claims (1)

1. based on a complex network community mining method for triangular cluster multi-label, comprise the following steps: mutually disjoint triangular cluster in search network; For the initial state that the mutually different label of the Node configuration in different triangular cluster is propagated as label; According to many tag update rules, for all nodes in network, the propagation synchronously carrying out label upgrades; By the label array that obtains after upgrading with upgrade the label array obtained before and compare; If label is still in propagation, then proceed to upgrade; If label produces vibration, then proceed again after carrying out vibration Processing for removing to upgrade; If label no longer changes, then stop upgrading, obtain the community structure with overlap in network, it is characterized in that: the concrete steps of the method are as follows:
1. for each node of complex network G to be measured gives an empty label;
2. by following formulae discovery every bar limit e ijtriangular cluster coefficient T C (e ij):
TC(e ij)=|N(v i)∩N(v j)|
Wherein: N (v i) be node v ithe set of neighbor node, ∩ is the operational symbol sought common ground, || be the operational symbol asking cardinal of the set, i be 1,2,3 ..., N;
3. the limit that triangular cluster coefficient is maximum is searched out;
4. all nodes in the triangular cluster on this limit being given a radix being different from other labels in network is the label of 1; Afterwards these nodes are deleted from network, obtain new network G ',
5. judge whether to exist the limit that triangular cluster coefficient is greater than 0, exist, then return step 2., otherwise the label of all nodes in now network is saved as a label array L (0), as the original state that label is propagated, enter step 6.;
6. the propagation utilizing following formula synchronously to carry out label upgrades:
L i ( t ) = arg max l Σ v j ∈ N ( v i ) δ ( L j ( t - 1 ) , l )
δ ( L j ( t - 1 ) , l ) = 1 , l ∈ L j ( t - 1 ) 0 , l ∉ L j ( t - 1 )
Wherein: node v icarry out the label after upgrading for the t time, t is the positive integer of more than 1, N (v i) be node v ithe set of neighbor node, node v ineighbor node v jlabel after upgrading at the t-1 time, || be the operational symbol asking cardinal of the set, be the operational symbol of the set asking element l, the function that the l tried to achieve defines after making max obtains maximal value, when upgrading for the t time, utilizing and upgrading the label array L obtained the t-1 time (t-1), for the rule of all nodes in complex network G according to many tag updates, the propagation synchronously carrying out label upgrades, and is saved to new label array L (t);
7. label array is compared: upgrade the t time the label array L obtained (t)with upgrade the label array L obtained before for t-1 time (1), L (2)..., L (t-1)compare,
When the label array of t time is all not identical, then return step 6.;
Work as L (1), L (2)..., L (t-2)middle existence and L (t)identical label array, then enter and show that vibration has appearred in renewal, then carry out step 8.;
As label array L (t-1)and L (t)identical, then enter step 9.;
8. vibrate Processing for removing: assuming that label array L (1), L (2)..., L (t-2)in there is L (k)and L (t)identical, then at label array L (k+1)..., L (t)in search out all from kth be updated to for+1 time the t time upgrade label occurred change node, at L (t)it is middle that the label of these nodes to be replaced to respectively the radix being different from other labels in network be the label of 1; Then step is returned 6.;
What 9. obtain network has overlapping community structure, and the node having same label element in network belongs to same community structure, and the node that label radix is greater than 1 is the lap of community structure.
CN201210573195.XA 2012-12-26 2012-12-26 Based on the complex network community structure method for digging of triangular cluster multi-label Active CN103020267B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210573195.XA CN103020267B (en) 2012-12-26 2012-12-26 Based on the complex network community structure method for digging of triangular cluster multi-label

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210573195.XA CN103020267B (en) 2012-12-26 2012-12-26 Based on the complex network community structure method for digging of triangular cluster multi-label

Publications (2)

Publication Number Publication Date
CN103020267A CN103020267A (en) 2013-04-03
CN103020267B true CN103020267B (en) 2016-01-20

Family

ID=47968870

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210573195.XA Active CN103020267B (en) 2012-12-26 2012-12-26 Based on the complex network community structure method for digging of triangular cluster multi-label

Country Status (1)

Country Link
CN (1) CN103020267B (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105279187A (en) * 2014-07-15 2016-01-27 天津科技大学 Edge clustering coefficient-based social network group division method
CN104102745B (en) * 2014-07-31 2017-12-29 上海交通大学 Complex network community method for digging based on Local Minimum side
CN104199852B (en) * 2014-08-12 2018-01-12 上海交通大学 Label based on node degree of membership propagates community structure method for digging
CN105893381A (en) * 2014-12-23 2016-08-24 天津科技大学 Semi-supervised label propagation based microblog user group division method
CN108898264B (en) * 2018-04-26 2021-10-29 深圳大学 Method and device for calculating quality metric index of overlapping community set
CN110309419A (en) * 2018-05-14 2019-10-08 桂林远望智能通信科技有限公司 A kind of overlapping anatomic framework method for digging and device propagated based on balance multi-tag
CN112015954B (en) * 2020-08-28 2021-08-27 平顶山学院 Martha effect-based community detection method
CN112381360B (en) * 2020-10-28 2023-06-27 广西大学 Power system parallel recovery partitioning method based on label propagation algorithm and game theory
CN112598549B (en) * 2020-12-23 2022-05-03 广东技术师范大学 Learner potential overlapping community detection method, device, equipment and medium
CN112967146B (en) * 2021-02-03 2023-08-04 北京航空航天大学 Scientific research community discovery method and device based on label propagation

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102819611A (en) * 2012-08-27 2012-12-12 方平 Local community digging method of complicated network

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7958120B2 (en) * 2005-05-10 2011-06-07 Netseer, Inc. Method and apparatus for distributed community finding

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102819611A (en) * 2012-08-27 2012-12-12 方平 Local community digging method of complicated network

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Identification of Overlapping Communities by Label Propatation;Lin LI等;《Journal of Information & Computational Science》;20121130;第4413-4419页 *
在线社会网络团结构分析;马延妮;《中国优秀硕士学位论文全文数据库》;20100215(第2期);第15,20-29,34,50页 *
基于概率模型的重叠社区发现算法研究;杨荟蓉;《中国优秀硕士学位论文全文数据库》;20110915(第9期);第11-12页 *

Also Published As

Publication number Publication date
CN103020267A (en) 2013-04-03

Similar Documents

Publication Publication Date Title
CN103020267B (en) Based on the complex network community structure method for digging of triangular cluster multi-label
Zhang et al. Exact solution for mean first-passage time on a pseudofractal scale-free web
CN102768670B (en) Webpage clustering method based on node property label propagation
CN104657418B (en) A kind of complex network propagated based on degree of membership obscures corporations' method for digging
Wang et al. Tracking the evolution of overlapping communities in dynamic social networks
CN104102745A (en) Complex network community mining method based on local minimum edges
CN104199852B (en) Label based on node degree of membership propagates community structure method for digging
CN108228724A (en) Power grid GIS topology analyzing method and storage medium based on chart database
CN107784598A (en) A kind of network community discovery method
CN104077438B (en) Power network massive topologies structure construction method and system
CN109474023B (en) Intelligent power distribution network section real-time updating method and system, storage medium and terminal
CN103678671A (en) Dynamic community detection method in social network
CN107203619A (en) A kind of core subgraph extraction algorithm under complex network
CN109902203A (en) The network representation learning method and device of random walk based on side
CN103020163A (en) Node-similarity-based network community division method in network
CN104933624A (en) Community discovery method of complex network and important node discovery method of community
CN105893382A (en) Priori knowledge based microblog user group division method
CN105335438A (en) Local shortest loop based social network group division method
CN104462163A (en) Three-dimensional model characterization method, search method and search system
CN102611588B (en) Method for detecting overlapped community network based on automatic phase conversion clustering
CN108765180A (en) The overlapping community discovery method extended with seed based on influence power
CN102779142A (en) Quick community discovery method based on community closeness
CN104700311B (en) A kind of neighborhood in community network follows community discovery method
CN105591876A (en) Virtual network mapping method
CN104967114A (en) Power grid load real-time digital modeling method and system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant