CN104008165A - Club detecting method based on network topology and node attribute - Google Patents

Club detecting method based on network topology and node attribute Download PDF

Info

Publication number
CN104008165A
CN104008165A CN201410235386.4A CN201410235386A CN104008165A CN 104008165 A CN104008165 A CN 104008165A CN 201410235386 A CN201410235386 A CN 201410235386A CN 104008165 A CN104008165 A CN 104008165A
Authority
CN
China
Prior art keywords
node
similarity
attribute
classification
centroid
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.)
Granted
Application number
CN201410235386.4A
Other languages
Chinese (zh)
Other versions
CN104008165B (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.)
East China Normal University
Original Assignee
East China Normal 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 East China Normal University filed Critical East China Normal University
Priority to CN201410235386.4A priority Critical patent/CN104008165B/en
Publication of CN104008165A publication Critical patent/CN104008165A/en
Application granted granted Critical
Publication of CN104008165B publication Critical patent/CN104008165B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Abstract

The invention discloses a club detecting method based on network topology and node attribute. The club detecting method based on the network topology and the node attribute comprises the steps of: firstly, obtain significance of each node in a network based on global topology by utilizing a PageRank algorithm and calculating a structural linkage closeness between nodes by utilizing the neighbor structure of the nodes; then adopting different extraction ways and attribute similarity calculation ways based on different forms of the node attribute; then adjusting the balance by using a weight adjustment factor; finally regarding the similarity of the node neighbor and the category center node neighbor as the degree of the node which belongs to the category in a clustering process. According to the club detecting method based on the network topology and the node attribute disclosed by the invention, the obtained club is relatively high in linkage closeness and relatively good in homogeneity.

Description

Corporations' detection method of a kind of topological structure Network Based and nodal community
Technical field
The present invention relates to similarity measurement technology between PageRank technology, analysis of networks topology technology, topic model technology, attribute extraction technology, attribute, corporations' detection and clustering algorithm technical field, specifically a kind of corporations' detection technique based on complex network topologies and network node attribute information.
Background technology
Complex network more and more receives publicity in recent years, such as social networks, and scientist's coauthorship network, electronic mail network etc.In these networks, node can be expressed as a people or one piece of article etc., and attribute information in network (such as social user on the network's sex, hobby; Author's research field on paper coauthorship network), the attribute information that the link between nodes and node have has formed attributed graph.The target that corporations based on attributed graph are detected is to divide this attributed graph, make the node of same corporations tightr than the node connection between different corporations, and same corporations built-in attribute is similar as far as possible.
Traditional corporations' detection method major part is the topological structure (being the linking relationship between node) based on figure, based on attribute similarity.Method based on topological structure mainly can be divided into three types: figure division, figure density, hierarchical structure cluster.Figure divides by edged in network chart or the mode of deleting limit and reaches corporations' testing goal; The link density of the topological structure of figure density based on figure is carried out corporations' detection; The intensity of hierarchical structure cluster based on linking between node is divided into some corporations by network.Also have in addition the method based on genetic optimization, utilize the survival of the fittest of biological evolution thought, from objective function, select optimum individual to be final corporations and divide.Method common practices based on attribute similarity is that by the same corporations of being divided into of attribute similarity, the attribute information that the corporations that finally obtain can meet same corporations is similar by certain determination methods.
The method of independent topological structure Network Based, does not consider the impact that attribute forms testing process above, thereby the corporations' internal node link tight ness rating detecting is higher, but between node, attributes similarity is not high; Method based on attribute similarity, does not consider network topology structure, thereby the corporations that detect often have attribute similarity, but the link tight ness rating of corporations inside is not high.Consider above-mentioned deficiency, scholar combines consideration network topology structure and attribute information in recent years, mainly contains: the method based on distance and the method based on model.Method based on distance is in conjunction with the attribute information of topological structure and node, utilize the distance between node in Random Walk Algorithm computational grid (saying it is the similarity between node in a certain meaning), thereby obtain the distance between node, then by certain clustering method, node is carried out to cluster.Method based on model is mainly to utilize probability model, and the affiliated corporations of node are probability distribution, and by weighing the probability connecting between node, recycling clustering algorithm, or maximal possibility estimation algorithm, carry out corporations' detection.Yet the distance algorithm based on random walk relates to matrix multiple, there is higher time complexity; Current most of method is not considered the overall importance of network node in network topology structure in addition, the overall importance of node and local topology (being this characteristic of neighbours of node) is not combined.
Summary of the invention
The topological structure a kind of Network Based that provides for the deficiencies in the prior art and node attribute information combine, corporations' detection method more is efficiently provided, the method has proposed node for digraph and has combined in the importance of network topology structure and local neighbours' structure of node, obtain the link strength between node, in conjunction with the attributes similarity between node, finally by clustering method, node rendezvous is arrived to corresponding corporations again.
The concrete technical scheme that realizes the object of the invention is:
Corporations' detection method of topological structure Network Based and nodal community, the method comprises the following steps:
A) node topology structure link intensive analysis
The importance of node based on topological structure in computational grid, utilizes the local neighbours of node, again the link strength between node metric;
B) nodal community extracts and similarity measurement
Extract attribute, then according to different attribute types, the similarity of each attribute between computing node, the similarity of all properties between last computing node;
C) topological structure combines with attribute
After the link strength and nodal community similarity of trying to achieve between node, the heavy regulatory factor of exploitation right is in conjunction with the two, as the similarity based on topological structure and attribute between node.
D) node clustering
First initialization classification Centroid, then carries out node category division according to the similarity at each node and classification center, then upgrades classification Centroid, and last calculating target function value judges whether convergence.
Described step is the middle importance of nodes based on topological structure of calculating a), specifically comprises:
First build the adjacency matrix A of node, read after whole network structure, build adjacency matrix, if there is node v ito v jlink, corresponding position is set to 1, otherwise is 0;
Adopt the PageRank value of PageRank algorithm computing node based on topological structure, this value is the importance degree based on overall network topology structure as node again, obtains the importance b of each node after algorithm operation i;
Described step a) in the link strength between node metric again, specifically comprise:
Node v iand v jbetween link strength be node v ito v jlink strength and node v jto v ilink strength sum; And v ito v jlink strength be v joverall importance b jdivided by node v iall chains go out the overall importance sum of neighbor node; In like manner calculate v jto v ilink strength; Node v ito v jlink strength TS (i, j) computing formula as follows:
Wherein, NO (i) represents node v ichain go out neighbours collection, according to above-mentioned computing formula, obtain node v iand v jbetween link strength T ss (i, j), is calculated as follows:
T sS(i,j)=TS(i,j)+TS(j,i)。
Described step b) in, extract attribute, specifically comprise:
If the descriptor of node is content of text, the theme of using potential Di Li Cray (LDA) topic model to extract text information distributes, and then this theme is distributed as the attribute of this node; If the descriptor of node is discrete or continuous, the direct attribute using them as node.
Described step b) similarity of each attribute between computing node in, specifically comprises:
For discrete type attribute, directly compare the whether identical of attribute; For continuous type attribute, utilize the similarity of Euclid's formula computation attribute; For text-type attribute, after obtaining the distribution of text theme, utilize cosine similarity based method metric attribute similarity.
Described step b) in, between node, all properties similarity is calculated, and specifically comprises:
After obtaining the similarity of each attribute between node, these attributes similarities are unifiedly calculated to attributes similarity XS (i, j) all as between node; Be calculated as follows:
XS ( i , j ) = Σ r = 1 m ω a ijr Σ r = 1 m w a r · w a r
Wherein represent node v iand v jat single attribute a ron similarity, wa rrepresent attribute a rweight, m represents the attribute number of node.
Described step c) the similarity PaS (i, j) based on topological structure and attribute between node in, is specifically calculated as follows:
PaS(i,j)=(1-λ)·T sS(i,j)+λ·XS(i,j),λ∈(0,1)。
Wherein λ is that the weight of link strength and attributes similarity between node regulates parameter.
Described steps d) in, initialization classification Centroid is: the similarity in conjunction with node based on structure and attribute, first by introducing function, the similarity between node is mapped to [0,1) scope, and using the node similarity of this value after node normalization; Then calculate the similarity of other nodes of each node and whole network, obtain node in the importance based on topological structure and attribute of global network, this importance is as the global impact power of node, by the size of node influence power, carry out descending sort, before selecting, the node of K influence power maximum is as the Centroid of an initialization K classification.
Described steps d) in, node category division specifically comprises:
Calculate each node v icentroid c with each classification jsimilarity, try to achieve first respectively node v iwith Centroid c jneighbor node collection, computing node v then iand c jneighbor node between similarity S (i, j), comprising chain, enter neighbours and chain goes out neighbours, using this similarity as node v ibe assigned to such other possibility, by calculating v iwith each classification center c jsimilarity, select wherein maximum one as v ithis assigned classification of iteration; Be calculated as follows:
S ( i , j ) = PaS ( NIO ( i ) , NIO ( j ) ) | NIO ( i ) | + | NIO ( j ) |
Wherein PaS (NIO (i), NIO (j)) represents node v ineighbours and Centroid c jneighbours' similarity, | NIO (i) | represent node v ineighbours' number, | NIO (j) | represent classification Centroid c jneighbours' number.
Described steps d) in, upgrading classification Centroid is: after distributing the classification ownership of each node, calculate the average similarity between each classification internal node, immediate as Centroid with the average similarity of this classification for each one of classification selection, consider that the Centroid that chooses may be similar larger on other nodal communitys of this classification, and link is not strong in structure, in the process of selecting Centroid, increase a restrictive condition, the number of degrees of the Centroid of electing (all neighbours' numbers) are greater than the average number of degrees of this classification node.
Described steps d) in, calculate target function value and judge whether that convergence is: calculate whole network and be divided in the value on objective function, by with last iteration after the comparison of target function value, if the two differs in certain threshold value, iteration stops, otherwise continues next iteration.
The present invention can effectively and efficiently carry out corporations' detection to complex network, link between corporations' internal node that can make to detect is tight compared with the node link between corporations, the node of corporations inside has good attribute similarity simultaneously, has more embodied the homogeney of corporations.The present invention can provide strong support for the researchs such as analysis of complex network.
Accompanying drawing explanation
Fig. 1 is process flow diagram of the present invention;
Fig. 2 is embodiment of the present invention schematic flow sheet.
Embodiment
Embodiment
In order to further illustrate the present invention, now 2 describe the present invention by reference to the accompanying drawings.Concrete steps are as follows:
Step 1: obtain network topology structure, build node adjacency matrix
First from the node link relational file of data set, read the linking relationship between network node, this linking relationship is directive, build adjacency matrix, matrix intermediate value is that node corresponding to 1 expression row subscript exists node corresponding to sensing row subscript, and value is that the node of 0 expression correspondence does not exist linking relationship.The chain of the node that the capable subscript of the every line display of adjacency matrix is corresponding goes out neighbours' collection, and list shows that the chain of the node that row subscript is corresponding enters neighbours' collection.
Step 2: node importance in global Topological Structure is calculated
After obtaining the adjacency matrix of whole network, utilize the importance of PageRank algorithm computing node topological structure Network Based, computing method are as follows:
PageRank ( v i ) = 1 - d | V | + d Σ v j ∈ NI ( v i ) PageRank ( v j ) | NO ( v j ) |
NI (v i) be v jchain enter neighbours collection, in whole network, there is v ithe set of node of link, NO (v j) be v jchain go out neighbours collection, exist link from v ito other node in network, the set that these nodes form, V is nodes sum, d is ratio of damping, is set to 0.5.After algorithm operation, can obtain the importance b of each node i.
Step 3: according to link strength between neighbours' computing node of node
Link in digraph between node is directive, it is considered herein that arbitrary node v iand v jbetween link strength be: v ito v jlink strength and v jto v ilink strength sum.And v ito v jlink strength not only whether have with two nodes that to link (can from adjacency matrix, obtain) relevant, also with node v jat v ichain to go out the concentrated significance level of neighbours relevant, this significance level is v jthe importance b based on global Topological Structure jwith node v iall chains business of going out neighbours' importance sum.Node v ito v jlink strength TS (i, j) computing formula as follows, if v iand v jdo not have link, link strength is 0.
Therefore node v iand v jlink strength T ss (i, j) is TS (i, j)+TS (j, i), wherein b jfor the PageRank value calculating, NO (i) represents node v ichain go out neighbours collection.
Step 4: for each node of network, extract node attribute information
The attribute of node has three kinds of forms: discrete type, continuous type, text-type.The attribute extraction of its Chinese version adopts potential Di Li Cray (LDA) topic model to carry out subject extraction to it, and each theme extracting is the probability distribution about word, and every piece of text is the probability distribution about theme.Discrete type and attribute continuous type all obtain than being easier to, below main explanation how from text-type, to obtain information as the attribute of node.
LDA topic model can carry out subject extraction to text, and each text is finally expressed as theme probability distribution, and the probability distribution that each theme expression is word.For example at paper, collaborate in net, node represents Authors of Science Articles, and the relation between node represents that these authors collaborateed paper, every piece of title that paper text message is paper, summary, key word.Each author may have many pieces of papers, the text message of these papers is integrated into a larger text as the text of Authors of Science Articles, from these texts, set the number of topics of whole network, as following table, number of topics is set as 100, has enumerated wherein the probability distribution of five authors on five themes:
Enumerated the probability distribution of the word of Topic1 below:
Step 5: calculate in different ways similarity according to the form of expression of attribute
For multi-form attribute, adopt different similarity calculating methods, for the attribute of discrete type, directly relatively whether property value equates; For the attribute of continuous type, adopt Euclid's formula to calculate, similarity simA (i, j) formula is as follows:
simA ( i , j ) = 1 1 + Σ d D ( v i d - v j d ) 2
The dimension that wherein D is this attribute, for node v ithe value of d dimension on this attribute.For the attribute of text-type, the theme that utilizes LDA topic model to try to achieve text distributes, then adopts cosine similarity calculating method.
Step 6: utilize all properties similarity between cosine similarity computing node
The attribute of node may contain various ways simultaneously, the similarity calculating method of every kind of form is different, thereby after obtaining the similarity of each attribute, adopts the computing method of cosine similarity, the value of trying to achieve is as the attribute similarity XS (i, j) between node.
Step 7: Analysis of Topological Structure is combined with attribute similarity
The exploitation right joint factor lambda of resetting is come the link strength of adjustment node based on topological structure and the attribute similarity between node.PaS (i, j) represent node between similarity.
PaS(i,j)=(1-λ)·T sS(i,j)+λ·XS(i,j),λ∈(0,1)
Step 8: classification center initialization
Similarity PaS (i, j) between any two nodes that the method for utilizing the similarity of above-mentioned node based on topological structure and attribute to combine is tried to achieve, node can be weighed with following formula in the importance of whole network:
f V ( v i ) = Σ v j ∈ V ( 1 - e - PaS ( v i , v j ) )
Wherein V is the set of node in whole network, obtains, after the importance of each node, by importance, carrying out descending sort, and before selecting, the node of K maximum is as the initial center node of K classification.
Step 9: node classification ownership is differentiated
The present invention makes full use of the local neighbours of node, the neighbours that the classification ownership degree of node to be measured is node to be measured and the neighbours' of classification Centroid similarity, consider node neighbours number (neighbours are more on similarity calculating impact simultaneously, node to be measured and classification Centroid similarity are higher), the neighbours' number to it divided by two nodes.Similarity S (i, j) is higher shows that the probability that this node to be measured belongs to current classification is larger, has calculated after the ownership degree of node to be measured and all categories, selects maximum belonging to as node classification.
S ( i , j ) = PaS ( NIO ( i ) , NIO ( j ) ) | NIO ( i ) | + | NIO ( j ) |
Wherein NIO (i) represents node v iall neighbours.| NIO (i) | be node v iall neighbours' numbers.
Step 10: classification Centroid upgrades
Each iterative process all can be carried out classification distribution by node again, and upgrades the Centroid of each classification.First calculate the similarity between the node under this classification, then average, the similarity of Centroid under this classification approaches this mean value as far as possible, in this difference of the present invention way in the past, the present invention also in addition adds a restrictive condition, and the number of degrees of the Centroid of electing (i.e. the neighbor node of this node sum) are greater than the mean value of the number of degrees of such all nodes.Every iteration is once just upgraded the Centroid of each classification.After this iteration finishes, the value after recalculating whole network and dividing on objective function, by with last iteration after the comparison of target function value, if the two differs in certain threshold value, iteration stops, otherwise continues next iteration.

Claims (10)

1. corporations' detection method of topological structure Network Based and nodal community, is characterized in that, described method comprises the following steps:
A) node topology structure link intensive analysis
The importance of node based on topological structure in computational grid, utilizes the local neighbours of node, again the link strength between node metric;
B) nodal community extracts and similarity measurement
Extract attribute, then according to different attribute types, the similarity of each attribute between computing node, the similarity of all properties between last computing node;
C) topological structure combines with attribute
After the link strength and nodal community similarity of trying to achieve between node, the heavy regulatory factor of exploitation right is in conjunction with the two, as the similarity based on topological structure and attribute between node.
D) node clustering
First initialization classification Centroid, then carries out node category division according to the similarity at each node and classification center, then upgrades classification Centroid, and last calculating target function value judges whether convergence.
2. method according to claim 1, is characterized in that calculating the importance of nodes based on topological structure during described step is a), specifically comprises:
First build the adjacency matrix A of node, read after whole network structure, build adjacency matrix, if there is node v ito v jlink, corresponding position is set to 1, otherwise is 0;
Adopt the PageRank value of PageRank algorithm computing node based on topological structure, this value is the importance degree based on overall network topology structure as node again, obtains the importance b of each node after algorithm operation i;
Described step a) in the link strength between node metric again, specifically comprise:
Node v iand v jbetween link strength be node v ito v jlink strength and node v jto v ilink strength sum; And v ito v jlink strength be v joverall importance b jdivided by node v iall chains go out the overall importance sum of neighbor node; In like manner calculate v jto v ilink strength; Node v ito v jlink strength TS (i, j) computing formula as follows:
Wherein, NO (i) represents node v ichain go out neighbours collection, according to above-mentioned computing formula, obtain node v iand v jbetween link strength T ss (i, j), is calculated as follows:
T sS(i,j)=TS(i,j)+TS(j,i)。
3. method according to claim 1, is characterized in that described step b) in extract attribute, specifically comprise:
If the descriptor of node is content of text, with potential Di Li Cray LDA topic model, extract the theme distribution of text information, then this theme is distributed as the attribute of this node; If the descriptor of node is discrete or continuous, the direct attribute using them as node.
4. method according to claim 1, is characterized in that described step b) in the similarity of each attribute between computing node, specifically comprise:
For discrete type attribute, directly compare the whether identical of attribute; For continuous type attribute, utilize the similarity of Euclid's formula computation attribute; For text-type attribute, after obtaining the distribution of text theme, utilize cosine similarity based method metric attribute similarity.
5. method according to claim 1, is characterized in that described step b) between node all properties similarity calculate, specifically comprise:
After obtaining the similarity of each attribute between node, these attributes similarities are unifiedly calculated to attributes similarity XS (i, j) all as between node; Be calculated as follows:
XS ( i , j ) = Σ r = 1 m ω a ijr Σ r = 1 m w a r · w a r
Wherein represent node v iand v jat single attribute a ron similarity, represent attribute a rweight, m represents the attribute number of node.
6. method according to claim 1, is characterized in that described step c) in the similarity PaS (i, j) based on topological structure and attribute between node, be specifically calculated as follows:
PaS(i,j)=(1-λ)·T sS(i,j)+λ·XS(i,j),λ∈(0,1)
Wherein λ is that the weight of link strength and attributes similarity between node regulates parameter.
7. method according to claim 1, it is characterized in that described steps d) in initialization classification Centroid be: the similarity in conjunction with node based on structure and attribute, first by introducing function, the similarity between node is mapped to [0,1) scope, and using the node similarity of this value after node normalization; Then calculate the similarity of other nodes of each node and whole network, obtain node in the importance based on topological structure and attribute of global network, this importance is as the global impact power of node, by the size of node influence power, carry out descending sort, before selecting, the node of K influence power maximum is as the Centroid of an initialization K classification.
8. method according to claim 1, is characterized in that described steps d) in node category division specifically comprise:
Calculate each node v icentroid c with each classification jsimilarity, try to achieve first respectively node v iwith Centroid c jneighbor node collection, computing node v then iand c jneighbor node between similarity S (i, j), comprising chain, enter neighbours and chain goes out neighbours, using this similarity as node v ibe assigned to such other possibility, by calculating v iwith each classification center c jsimilarity, select wherein maximum one as v ithis assigned classification of iteration; Be calculated as follows:
S ( i , j ) = PaS ( NIO ( i ) , NIO ( j ) ) | NIO ( i ) | + | NIO ( j ) |
Wherein PaS (NIO (i), NIO (j)) represents node v ineighbours and Centroid c jneighbours' similarity, | NIO (i) | represent node v ineighbours' number, | NIO (j) | represent classification Centroid c jneighbours' number.
9. method according to claim 1, it is characterized in that described steps d) in upgrade classification Centroid and be: after distributing the classification ownership of each node, calculate the average similarity between each classification internal node, immediate as Centroid with the average similarity of this classification for each one of classification selection, in the process of selecting Centroid, increase a restrictive condition, the number of degrees of the Centroid of electing are greater than the average number of degrees of this classification node simultaneously.
10. method according to claim 1, it is characterized in that described steps d) in calculate target function value and judge whether that convergence is: calculate whole network and be divided in the value on objective function, by with last iteration after the comparison of target function value, if the two differs in certain threshold value, iteration stops, otherwise continues next iteration.
CN201410235386.4A 2014-05-29 2014-05-29 Club detecting method based on network topology and node attribute Expired - Fee Related CN104008165B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410235386.4A CN104008165B (en) 2014-05-29 2014-05-29 Club detecting method based on network topology and node attribute

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410235386.4A CN104008165B (en) 2014-05-29 2014-05-29 Club detecting method based on network topology and node attribute

Publications (2)

Publication Number Publication Date
CN104008165A true CN104008165A (en) 2014-08-27
CN104008165B CN104008165B (en) 2017-05-24

Family

ID=51368822

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410235386.4A Expired - Fee Related CN104008165B (en) 2014-05-29 2014-05-29 Club detecting method based on network topology and node attribute

Country Status (1)

Country Link
CN (1) CN104008165B (en)

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104346481A (en) * 2014-11-28 2015-02-11 西安电子科技大学 Community detection method based on dynamic synchronous model
CN104484344A (en) * 2014-11-27 2015-04-01 北京理工大学 Method for detecting hierarchical structure of association members in social network
CN104598605A (en) * 2015-01-30 2015-05-06 福州大学 Method for user influence evaluation in social network
CN105045967A (en) * 2015-06-29 2015-11-11 电子科技大学 Group degree based sorting method and model evolution method for important nodes on complex network
CN105335892A (en) * 2015-10-30 2016-02-17 南京邮电大学 Realization method for discovering important users of social network
CN105574541A (en) * 2015-12-14 2016-05-11 天云融创数据科技(北京)有限公司 Compactness sorting based network community discovery method
CN106600430A (en) * 2016-11-10 2017-04-26 南京财经大学 Community network detection method and device
CN107133877A (en) * 2017-06-06 2017-09-05 安徽师范大学 The method for digging of overlapping corporations in network
CN107147520A (en) * 2017-05-07 2017-09-08 杨娟 A kind of terroristic organization's Web Mining algorithm
CN107357858A (en) * 2017-06-30 2017-11-17 中山大学 A kind of network reconstruction method based on geographical position
CN107623594A (en) * 2017-09-01 2018-01-23 电子科技大学 A kind of three-dimensional level network topology method for visualizing of geographical location information constraint
CN107862073A (en) * 2017-11-24 2018-03-30 山西大学 A kind of Web community division methods based on pitch point importance and separating degree
CN108270605A (en) * 2016-12-31 2018-07-10 中国移动通信集团山西有限公司 The determining method, apparatus and equipment of a kind of important network element
CN108377220A (en) * 2018-02-27 2018-08-07 重庆邮电大学 A kind of transparent virtual optical-fiber network collaboration mapping method of node importance perception
CN109005055A (en) * 2018-07-16 2018-12-14 西安交通大学 Complex network information node different degree evaluation method based on multiple dimensioned manifold
CN109299464A (en) * 2018-10-12 2019-02-01 天津大学 Based on the insertion of the theme of network linking and document content, document representing method
CN109657016A (en) * 2018-12-30 2019-04-19 南京邮电大学盐城大数据研究院有限公司 The method for meeting the attribute of homogeney requirement is excavated in a kind of attribute graph model
CN110020087A (en) * 2017-12-29 2019-07-16 中国科学院声学研究所 A kind of distributed PageRank accelerated method based on similarity estimation
CN110059227A (en) * 2019-01-22 2019-07-26 阿里巴巴集团控股有限公司 A kind of method and device determining the network structure between multiple samples
CN110083791A (en) * 2019-05-05 2019-08-02 北京三快在线科技有限公司 Target group detection method, device, computer equipment and storage medium
CN110874607A (en) * 2018-08-31 2020-03-10 浙江大学 Clustering method and device for network nodes
CN111079058A (en) * 2019-12-16 2020-04-28 武汉大学 Network node representation method and device based on node importance
CN111339376A (en) * 2020-05-15 2020-06-26 支付宝(杭州)信息技术有限公司 Method and device for clustering network nodes
CN112084425A (en) * 2020-09-10 2020-12-15 深圳市万佳安人工智能数据技术有限公司 Community discovery method and system based on node connection and attribute similarity
WO2021134807A1 (en) * 2020-01-02 2021-07-08 深圳计算科学研究院 Method for calculating similarity in heterogeneous network and related component therefor
TWI747114B (en) * 2019-08-23 2021-11-21 大陸商深圳市商湯科技有限公司 Image feature extraction method, network training method, electronic device and computer readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090262664A1 (en) * 2008-04-18 2009-10-22 Bonnie Berger Leighton Method for identifying network similarity by matching neighborhood topology
CN103106279A (en) * 2013-02-21 2013-05-15 浙江大学 Clustering method simultaneously based on node attribute and structural relationship similarity
CN103559407A (en) * 2013-11-14 2014-02-05 北京航空航天大学深圳研究院 Recommendation system and method for measuring node intimacy in weighted graph with direction

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090262664A1 (en) * 2008-04-18 2009-10-22 Bonnie Berger Leighton Method for identifying network similarity by matching neighborhood topology
CN103106279A (en) * 2013-02-21 2013-05-15 浙江大学 Clustering method simultaneously based on node attribute and structural relationship similarity
CN103559407A (en) * 2013-11-14 2014-02-05 北京航空航天大学深圳研究院 Recommendation system and method for measuring node intimacy in weighted graph with direction

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
THE ANH DANG等: "Community Detection based on Structural and Attribute", 《INTERNATIONAL CONFERENCE ON DIGITAL SOCIETY》 *
张健沛等: "一种基于节点相似性的链接预测算法", 《中国科技论文》 *

Cited By (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104484344A (en) * 2014-11-27 2015-04-01 北京理工大学 Method for detecting hierarchical structure of association members in social network
CN104484344B (en) * 2014-11-27 2017-07-28 北京理工大学 The detection method of incorporator's hierarchical structure in a kind of community network
CN104346481B (en) * 2014-11-28 2018-01-16 西安电子科技大学 A kind of community detection method based on dynamic synchronization model
CN104346481A (en) * 2014-11-28 2015-02-11 西安电子科技大学 Community detection method based on dynamic synchronous model
CN104598605A (en) * 2015-01-30 2015-05-06 福州大学 Method for user influence evaluation in social network
CN104598605B (en) * 2015-01-30 2018-01-12 福州大学 A kind of user force appraisal procedure in social networks
CN105045967A (en) * 2015-06-29 2015-11-11 电子科技大学 Group degree based sorting method and model evolution method for important nodes on complex network
CN105045967B (en) * 2015-06-29 2018-08-07 电子科技大学 Complex network important node sort method based on group's degree and model evolution method
CN105335892A (en) * 2015-10-30 2016-02-17 南京邮电大学 Realization method for discovering important users of social network
CN105574541A (en) * 2015-12-14 2016-05-11 天云融创数据科技(北京)有限公司 Compactness sorting based network community discovery method
CN106600430A (en) * 2016-11-10 2017-04-26 南京财经大学 Community network detection method and device
CN106600430B (en) * 2016-11-10 2020-11-17 南京财经大学 Community network detection method and device
CN108270605A (en) * 2016-12-31 2018-07-10 中国移动通信集团山西有限公司 The determining method, apparatus and equipment of a kind of important network element
CN107147520A (en) * 2017-05-07 2017-09-08 杨娟 A kind of terroristic organization's Web Mining algorithm
CN107133877B (en) * 2017-06-06 2021-02-09 安徽师范大学 Method for mining overlapped communities in network
CN107133877A (en) * 2017-06-06 2017-09-05 安徽师范大学 The method for digging of overlapping corporations in network
CN107357858B (en) * 2017-06-30 2020-09-08 中山大学 Network reconstruction method based on geographic position
CN107357858A (en) * 2017-06-30 2017-11-17 中山大学 A kind of network reconstruction method based on geographical position
CN107623594A (en) * 2017-09-01 2018-01-23 电子科技大学 A kind of three-dimensional level network topology method for visualizing of geographical location information constraint
CN107862073A (en) * 2017-11-24 2018-03-30 山西大学 A kind of Web community division methods based on pitch point importance and separating degree
CN107862073B (en) * 2017-11-24 2021-03-30 山西大学 Web community division method based on node importance and separation
CN110020087A (en) * 2017-12-29 2019-07-16 中国科学院声学研究所 A kind of distributed PageRank accelerated method based on similarity estimation
CN108377220B (en) * 2018-02-27 2020-10-02 重庆邮电大学 Transparent virtual optical network collaborative mapping method for sensing node importance
CN108377220A (en) * 2018-02-27 2018-08-07 重庆邮电大学 A kind of transparent virtual optical-fiber network collaboration mapping method of node importance perception
CN109005055B (en) * 2018-07-16 2020-03-31 西安交通大学 Complex network information node importance evaluation method based on multi-scale topological space
CN109005055A (en) * 2018-07-16 2018-12-14 西安交通大学 Complex network information node different degree evaluation method based on multiple dimensioned manifold
CN110874607A (en) * 2018-08-31 2020-03-10 浙江大学 Clustering method and device for network nodes
CN109299464A (en) * 2018-10-12 2019-02-01 天津大学 Based on the insertion of the theme of network linking and document content, document representing method
CN109299464B (en) * 2018-10-12 2023-07-28 天津大学 Topic embedding and document representing method based on network links and document content
CN109657016A (en) * 2018-12-30 2019-04-19 南京邮电大学盐城大数据研究院有限公司 The method for meeting the attribute of homogeney requirement is excavated in a kind of attribute graph model
CN110059227B (en) * 2019-01-22 2023-08-04 创新先进技术有限公司 Method and device for determining network structure among multiple samples
CN110059227A (en) * 2019-01-22 2019-07-26 阿里巴巴集团控股有限公司 A kind of method and device determining the network structure between multiple samples
WO2020224222A1 (en) * 2019-05-05 2020-11-12 北京三快在线科技有限公司 Target group detection method, device, computer apparatus, and storage medium
CN110083791A (en) * 2019-05-05 2019-08-02 北京三快在线科技有限公司 Target group detection method, device, computer equipment and storage medium
CN110083791B (en) * 2019-05-05 2020-04-24 北京三快在线科技有限公司 Target group detection method and device, computer equipment and storage medium
TWI747114B (en) * 2019-08-23 2021-11-21 大陸商深圳市商湯科技有限公司 Image feature extraction method, network training method, electronic device and computer readable storage medium
CN111079058A (en) * 2019-12-16 2020-04-28 武汉大学 Network node representation method and device based on node importance
CN111079058B (en) * 2019-12-16 2023-07-28 武汉大学 Network node representation method and device based on node importance
WO2021134807A1 (en) * 2020-01-02 2021-07-08 深圳计算科学研究院 Method for calculating similarity in heterogeneous network and related component therefor
CN111339376A (en) * 2020-05-15 2020-06-26 支付宝(杭州)信息技术有限公司 Method and device for clustering network nodes
CN112084425A (en) * 2020-09-10 2020-12-15 深圳市万佳安人工智能数据技术有限公司 Community discovery method and system based on node connection and attribute similarity

Also Published As

Publication number Publication date
CN104008165B (en) 2017-05-24

Similar Documents

Publication Publication Date Title
CN104008165B (en) Club detecting method based on network topology and node attribute
CN103823896B (en) Subject characteristic value algorithm and subject characteristic value algorithm-based project evaluation expert recommendation algorithm
Greene et al. Producing a unified graph representation from multiple social network views
CN103678670B (en) Micro-blog hot word and hot topic mining system and method
CN104598588B (en) Microblog users label automatic generating calculation based on double focusing class
CN111428147A (en) Social recommendation method of heterogeneous graph volume network combining social and interest information
CN107391659B (en) Citation network academic influence evaluation ranking method based on credibility
CN103279556B (en) Iteration Text Clustering Method based on self adaptation sub-space learning
CN102148717B (en) Community detecting method and device in bipartite network
CN107609469B (en) Social network associated user mining method and system
CN106886518A (en) A kind of method of microblog account classification
CN105843799B (en) A kind of academic paper label recommendation method based on multi-source heterogeneous information graph model
CN105893585B (en) A kind of bigraph (bipartite graph) model academic paper recommended method of combination tag data
CN105279264A (en) Semantic relevancy calculation method of document
CN110390352A (en) A kind of dark data value appraisal procedure of image based on similitude Hash
CN107122411A (en) A kind of collaborative filtering recommending method based on discrete multi views Hash
CN105389505A (en) Shilling attack detection method based on stack type sparse self-encoder
CN109376352A (en) A kind of patent text modeling method based on word2vec and semantic similarity
CN104268629A (en) Complex network community detecting method based on prior information and network inherent information
CN106845536A (en) A kind of parallel clustering method based on image scaling
CN103488637A (en) Method for carrying out expert search based on dynamic community mining
Ding et al. Node-community membership diversifies community structures: An overlapping community detection algorithm based on local expansion and boundary re-checking
CN109739984A (en) A kind of parallel KNN network public-opinion sorting algorithm of improvement based on Hadoop platform
CN104317881A (en) Method for reordering microblogs on basis of authorities of users' topics
CN104572915B (en) One kind is based on the enhanced customer incident relatedness computation method of content environment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20170524

Termination date: 20200529