CN113536052A - Method for searching personalized influence community in large network based on k-edge connected component - Google Patents

Method for searching personalized influence community in large network based on k-edge connected component Download PDF

Info

Publication number
CN113536052A
CN113536052A CN202110772491.1A CN202110772491A CN113536052A CN 113536052 A CN113536052 A CN 113536052A CN 202110772491 A CN202110772491 A CN 202110772491A CN 113536052 A CN113536052 A CN 113536052A
Authority
CN
China
Prior art keywords
nodes
connected component
edge connected
node
subgraph
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
CN202110772491.1A
Other languages
Chinese (zh)
Other versions
CN113536052B (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.)
Zhejiang Gongshang University
Original Assignee
Zhejiang Gongshang 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 Zhejiang Gongshang University filed Critical Zhejiang Gongshang University
Priority to CN202110772491.1A priority Critical patent/CN113536052B/en
Publication of CN113536052A publication Critical patent/CN113536052A/en
Application granted granted Critical
Publication of CN113536052B publication Critical patent/CN113536052B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/901Indexing; Data structures therefor; Storage structures
    • G06F16/9024Graphs; Linked lists
    • 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/903Querying
    • G06F16/90335Query processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/01Social networking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2216/00Indexing scheme relating to additional aspects of information retrieval not explicitly covered by G06F16/00 and subgroups
    • G06F2216/03Data mining

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Economics (AREA)
  • Computing Systems (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method for searching a personalized influence community in a large network based on k-edge connected components. Traditional social searches ignore the need for personalization. The invention provides a new model, namely a k-edge connected component (PIKE) model of personalized influence. It measures the cohesiveness of subgraphs using a k-edge connected component model and attempts to find influential communities from a set of query nodes. It needs to satisfy four conditions: contains all given query nodes; satisfying k edge connected component constraint; the influence of the subgraph is greatest; is extremely large, i.e., any hypergraph thereof cannot satisfy the first three conditions. In order to solve the problem and quickly find the PIKE in a large network, the invention provides a query method based on the dichotomy. The method for searching the personalized influence community in the large network based on the k-edge connected component has great benefit for the research of the social network.

Description

Method for searching personalized influence community in large network based on k-edge connected component
Technical Field
The invention belongs to the technical field of graph data mining, and particularly relates to a method for searching a personalized influence community in a large network based on k-edge connected components.
Background
Community search is a fundamental problem in social network analysis. The purpose of community search is to identify important communities (i.e., cohesive subgraphs) containing querying users, which is an important tool for personalized applications such as friend recommendation, product promotion, and the like. Many cohesive subgraph models have been proposed in current research, such as k-kernels, k-trusses, and k-edge connected components. In a social network, a user is typically associated with a weight that represents their impact in the network. The influence value of a community is defined as the minimum weight of the nodes in the community. In recent years, the problem of influence community detection has attracted a lot of attention. However, there is currently no intention to investigate the need to take into account personalization. The invention provides a personalized influence community searching problem based on k-edge connected components, and aims to find out a corresponding personalized influence community by continuously deleting nodes influencing community influence. In order to better process a large network, the invention provides a novel algorithm based on the dichotomy idea, so that the nodes can be deleted in batches, and the search time is obviously shortened. The method for searching the personalized influence community in the large network based on the k-edge connected component has great benefit for the research of the social network.
Disclosure of Invention
In order to meet the demand of personalization, the invention provides a new problem, namely personalized influence k-edge connected component (PIKE) search for finding personalized influence communities in the social network. The method measures the cohesion of the subgraph by adopting a k-edge connected component model widely applied to social network analysis. Given a graph G to be queried and a query node set Q, the personalized influence community PIKE is a subgraph with the maximum influence value in the graph G, and four conditions are required to be met: 1) all query nodes in Q are included; 2) satisfying k edge connected component constraint, namely removing any k-1 edge in a certain graph, and then any two nodes in the graph are still reachable; 3) the influence value of the subgraph is maximum; 4) is extremely large, i.e., any hypergraph thereof cannot satisfy the first three conditions.
The method is based on the following lemma: for the two subgraphs G1 and G2 of graph G, where subgraph G1 contains subgraph G2 and subgraph G1 is the union of subgraph G2 and node a, if the influence value of node a is less than that of subgraph G2, then the influence value of subgraph G1 is also less than that of subgraph G2;
the method comprises the following steps:
step one, calculating all k-edge connected components in a graph G;
step two, finding out a k-edge connected component containing all the query nodes in Q: if Q is not contained in any k-edge connected component, returning an error report; otherwise, sorting all the remaining nodes with the influence values smaller than the minimum influence value of the query node in the Q in the k-edge connected component containing the Q in ascending order according to the influence values and storing the nodes in a set S, and if the S is empty, returning the current k-edge connected component;
and step three, deleting the nodes in batches based on the dichotomy: iteratively dividing the nodes in S into two sets D1 and D2; d1 contains the nodes of the first half of S, i.e. the nodes with small influence value, and D2 contains the rest of other nodes; according to the theory, all nodes in D1 are removed from the current k-edge connected component, all k-edge connected components in a subgraph formed by the rest nodes in the k-edge connected component are calculated and returned, if the returned result contains the k-edge connected component containing Q, an S set corresponding to the k-edge connected component is calculated through the second step, and the third step is repeatedly executed; if the returned result does not contain the k-side connected component of Q, if the node number in D1 is not 1, step three is repeatedly executed on the k-side connected component of D1, which is not removed, with D1 as a new S set, and if the node number in D1 is 1, it means that the k-side connected component of D1 is not removed, and the final sub-graph PIKE is output.
Further, in the first step, the method for calculating the k-edge connected component specifically includes: firstly, creating an empty list L and randomly selecting a node from an original graph G to be placed in the L; the following is then performed iteratively:
putting the node which is originally not in the L and can form the most number of edges with all nodes in the L in the graph G into the tail part of the L; after each new node is added into the L, executing corresponding query and update operations;
the query operation is: suppose a newly added node is u; before u joins L, the latest joining node in L is v; if u and v are connected in a subgraph formed by the nodes in the L at the moment, carrying out updating operation;
the update operation is: merging u and v into a super node, and treating the super node as a node in subsequent operation;
continuing the process until all nodes in the graph G are added into the L and executing corresponding query and update operations;
for the two nodes u 'and v' that last added to L in graph G, if u 'and v' are not k-connected, the last added node in L is removed from L;
and repeating all the steps for the current graph containing the super nodes, wherein finally the subgraph formed by all the nodes in each super node is a k-edge connected component in the original graph G.
The invention also provides a computer device, which comprises a memory and a processor, wherein the memory stores computer readable instructions, and the computer readable instructions, when executed by the processor, cause the processor to execute the steps of the method for searching the personalized influence community in the large network based on the k-edge connected component.
The present invention also provides a storage medium storing computer-readable instructions which, when executed by one or more processors, cause the one or more processors to perform the steps of the above method for searching a personalized influence community in a large network based on k-edge connected components.
The invention has the beneficial effects that: in a social network, a user is typically associated with a weight that represents their value of influence in the network. The purpose of the influence community detection is not only to find out the communities with cohesiveness, but also to require a larger influence value. Wherein the influence value of the community refers to the minimum influence value of all nodes in the community. While the k-edge connected component is a common model to measure community cohesion. Therefore, the invention provides a large-scale network personalized influence community search problem based on k-edge connected components, and aims to identify communities containing given query nodes. In addition, in order to reduce the cost for processing a large network, the invention develops an efficient query method based on the dichotomy, so that the community with the largest influence value containing the specified node can be quickly found in the large network, and the search cost is effectively reduced. Therefore, the method for searching the personalized influence community in the large network based on the k-edge connected component has great benefit for the research of the social network.
Drawings
FIG. 1 is a flow chart of a method for searching a personalized influence community in a large network based on k-edge connected components according to the present invention;
FIG. 2 is a detailed implementation flowchart of the personalized influence community binary search provided in the embodiment of the present invention;
FIG. 3 is a schematic diagram of a raw influence network;
FIG. 4 is a schematic diagram of the original force network after computing the 2-edge connected component;
5-7 are schematic diagrams of a binary search of a 2-edge connected component containing a gray target node;
FIG. 8 is a diagram of a personalized influential community after conducting a binary search.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in detail below.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention, but the present invention may be practiced in other ways than those specifically described and will be readily apparent to those of ordinary skill in the art without departing from the spirit of the present invention, and therefore the present invention is not limited to the specific embodiments disclosed below.
The application provides a method for searching an individual influence community in a large network based on k-edge connected components, a graph G to be queried and a query node set Q are given, an individual influence community PIKE is a subgraph with the maximum influence value in the graph G, and four conditions are required to be met: 1) all query nodes in Q are included; 2) satisfying k edge connected component constraint, namely removing any k-1 edge in a certain graph, and then any two nodes in the graph are still reachable; 3) the influence value of the subgraph is maximum; 4) is extremely large, i.e., any hypergraph thereof cannot satisfy the first three conditions. The following describes the implementation of the method of the present invention in detail, as shown in fig. 1 and 2.
The method is based on the following lemma:
for the two subgraphs G1 and G2 of graph G, where subgraph G1 contains subgraph G2 and subgraph G1 is the union of subgraph G2 and node a, if the influence value of node a is less than that of subgraph G2, then the influence value of subgraph G1 is also less than that of subgraph G2.
The method comprises the following steps:
step one, calculating all k-edge connected components in a graph G;
in one embodiment, the method for calculating the k-edge connected component specifically includes: firstly, creating an empty list L and randomly selecting a node from an original graph G to be placed in the L; the following is then performed iteratively:
putting the node which is originally not in the L and can form the most number of edges with all nodes in the L in the graph G into the tail part of the L; after each new node is added into the L, executing corresponding query and update operations;
the query operation is: suppose a newly added node is u; before u joins L, the latest joining node in L is v; if u and v are connected in a subgraph formed by the nodes in the L at the moment, carrying out updating operation;
the update operation is: merging u and v into a super node, and treating the super node as a node in subsequent operation;
continuing the process until all nodes in the graph G are added into the L and executing corresponding query and update operations;
for the two nodes u 'and v' that last added to L in graph G, if u 'and v' are not k-connected, the last added node in L is removed from L;
and repeating all the steps for the current graph containing the super nodes, wherein finally the subgraph formed by all the nodes in each super node is a k-edge connected component in the original graph G.
Step two, finding out a k-edge connected component containing all the query nodes in Q: if Q is not contained in any k-edge connected component, returning an error report; and if not, sorting and storing all the residual nodes with the influence values smaller than the minimum influence value of the query node in the Q in the set S according to ascending order of the influence values, and if the S is empty, returning the current k-edge connected component.
And step three, deleting the nodes in batches based on the dichotomy: iteratively dividing the nodes in S into two sets D1 and D2; d1 contains the nodes of the first half of S, i.e. the nodes with small influence value, and D2 contains the rest of other nodes; according to the theory, all nodes in D1 are removed from the current k-edge connected component, all k-edge connected components in a subgraph formed by the rest nodes in the k-edge connected component are calculated and returned, if the returned result contains the k-edge connected component containing Q, an S set corresponding to the k-edge connected component is calculated through the second step, and the third step is repeatedly executed; if the returned result does not contain the k-side connected component of Q, if the node number in D1 is not 1, taking D1 as a new S set, and repeatedly executing the step three on the k-side connected component without removing D1, if the node number in D1 is 1, the k-side connected component without removing D1 is the final subgraph PIKE, and outputting the final subgraph PIKE.
The following describes the implementation of the present invention by taking the graph to be queried originally as an example shown in fig. 3, wherein the nodes in dark gray represent the query node set Q, i.e., node 7, node 8 and node 9. FIG. 4 is a subgraph calculated by the k-edge connected component algorithm in step one, wherein the dotted lines represent nodes and edges filtered out because the condition is not satisfied, and the node 15 is deleted because the constraint of the k-edge connected component is not satisfied. Fig. 5 is a diagram showing the result after dividing nodes in ascending order of influence value of the nodes in step three, wherein the nodes in D1 are indicated by horizontal stripes, and the nodes in D2 are indicated by vertical stripes. Fig. 6 is a sub-graph of step three after all nodes in D1 are deleted using the bisection algorithm. Fig. 7 is a subgraph in which after the node in D1 is deleted, other nodes are deleted because the k-edge connected component constraint is not satisfied, and at this time, only node 6 is located at a point in the remaining graph that is smaller in weight than the node set Q, that is, only node 6 is located in S, and at this time, removing node 6 causes the query node to be deleted, so that the current operation is stopped and the result obtained in the previous process is returned. Fig. 8 shows the final result.
In addition, the invention downloads 3 real social network data sets from the data set website SNAP, and carries out extensive experiments based on the three data sets to evaluate the effectiveness and the high efficiency of the proposed method. To evaluate the performance of the proposed method, we performed experiments by varying the parameter k, the number of query nodes | Q | and the weight distribution ω of the query nodes. For each setting, we randomly generated 20 queries of non-null results and run the algorithm 10 times to report the average response time. All procedures were implemented in standard c + + and all experiments were performed on a PC equipped with an Intel i5-9600KF 3.7GHz CPU and 64GB main memory. Experiments show that compared with a baseline method, the method provided by the invention can achieve an acceleration ratio of 2 orders of magnitude.
In one embodiment, a computer device is provided, which includes a memory and a processor, the memory stores computer readable instructions, and when executed by the processor, the processor executes the steps of the method for searching a personalized influence community in a large network based on k-edge connected components in the embodiments.
In one embodiment, a storage medium storing computer-readable instructions is provided, which when executed by one or more processors, cause the one or more processors to perform the steps of the method for searching a personalized influence community in a large network based on k-edge connected components in the above embodiments. The storage medium may be a nonvolatile storage medium.
Those skilled in the art will appreciate that all or part of the steps in the methods of the above embodiments may be implemented by associated hardware instructed by a program, which may be stored in a computer-readable storage medium, and the storage medium may include: read Only Memory (ROM), Random Access Memory (RAM), magnetic or optical disks, and the like.
The foregoing is only a preferred embodiment of the present invention, and although the present invention has been disclosed in the preferred embodiments, it is not intended to limit the present invention. Those skilled in the art can make numerous possible variations and modifications to the present teachings, or modify equivalent embodiments to equivalent variations, without departing from the scope of the present teachings, using the methods and techniques disclosed above. Therefore, any simple modification, equivalent change and modification made to the above embodiments according to the technical essence of the present invention are still within the scope of the protection of the technical solution of the present invention, unless the contents of the technical solution of the present invention are departed.

Claims (4)

1. A method for searching a personalized influence community in a large network based on a k-edge connected component is characterized in that a graph G to be queried and a query node set Q are given, the personalized influence community PIKE is a subgraph with the maximum influence value in the graph G, and four conditions are required to be met: 1) all query nodes in Q are included; 2) satisfying k edge connected component constraint, namely removing any k-1 edge in a certain graph, and then any two nodes in the graph are still reachable; 3) the influence value of the subgraph is maximum; 4) is extremely large, i.e. any hypergraph thereof cannot satisfy the first three conditions;
the method is based on the following lemma: for the two subgraphs G1 and G2 of graph G, where subgraph G1 contains subgraph G2 and subgraph G1 is the union of subgraph G2 and node a, if the influence value of node a is less than that of subgraph G2, then the influence value of subgraph G1 is also less than that of subgraph G2;
the method comprises the following steps:
step one, calculating all k-edge connected components in a graph G;
step two, finding out a k-edge connected component containing all the query nodes in Q: if Q is not contained in any k-edge connected component, returning an error report; otherwise, sorting all the remaining nodes with the influence values smaller than the minimum influence value of the query node in the Q in the k-edge connected component containing the Q in ascending order according to the influence values and storing the nodes in a set S, and if the S is empty, returning the current k-edge connected component;
and step three, deleting the nodes in batches based on the dichotomy: iteratively dividing the nodes in S into two sets D1 and D2; d1 contains the nodes of the first half of S, i.e. the nodes with small influence value, and D2 contains the rest of other nodes; according to the theory, all nodes in D1 are removed from the current k-edge connected component, all k-edge connected components in a subgraph formed by the rest nodes in the k-edge connected component are calculated and returned, if the returned result contains the k-edge connected component containing Q, an S set corresponding to the k-edge connected component is calculated through the second step, and the third step is repeatedly executed; if the returned result does not contain the k-side connected component of Q, if the node number in D1 is not 1, taking D1 as a new S set, and repeatedly executing the step three on the k-side connected component without removing D1, if the node number in D1 is 1, the k-side connected component without removing D1 is the final subgraph PIKE, and outputting the final subgraph PIKE.
2. The method according to claim 1, wherein in the first step, the method for calculating the k-edge connected component specifically comprises: firstly, creating an empty list L and randomly selecting a node from an original graph G to be placed in the L; the following is then performed iteratively:
putting the node which is originally not in the L and can form the most number of edges with all nodes in the L in the graph G into the tail part of the L; after each new node is added into the L, executing corresponding query and update operations;
the query operation is: suppose a newly added node is u; before u joins L, the latest joining node in L is v; if u and v are connected in a subgraph formed by the nodes in the L at the moment, carrying out updating operation;
the update operation is: merging u and v into a super node, and treating the super node as a node in subsequent operation;
continuing the process until all nodes in the graph G are added into the L and executing corresponding query and update operations;
for the two nodes u 'and v' that last added to L in graph G, if u 'and v' are not k-connected, the last added node in L is removed from L;
and repeating all the steps for the current graph containing the super nodes, wherein finally the subgraph formed by all the nodes in each super node is a k-edge connected component in the original graph G.
3. A computer device comprising a memory and a processor, the memory having stored therein computer readable instructions which, when executed by the processor, cause the processor to perform the steps of the method of searching for personalized influence communities in a large network based on k-edge connected components as claimed in any one of claims 1, 2.
4. A storage medium storing computer readable instructions which, when executed by one or more processors, cause the one or more processors to perform the steps of the method of searching for personalized influence communities in a large network based on k-edge connectivity components as claimed in any one of claims 1, 2.
CN202110772491.1A 2021-07-08 2021-07-08 Method for searching personalized influence communities in large network based on k-edge connected components Active CN113536052B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110772491.1A CN113536052B (en) 2021-07-08 2021-07-08 Method for searching personalized influence communities in large network based on k-edge connected components

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110772491.1A CN113536052B (en) 2021-07-08 2021-07-08 Method for searching personalized influence communities in large network based on k-edge connected components

Publications (2)

Publication Number Publication Date
CN113536052A true CN113536052A (en) 2021-10-22
CN113536052B CN113536052B (en) 2023-11-07

Family

ID=78098109

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110772491.1A Active CN113536052B (en) 2021-07-08 2021-07-08 Method for searching personalized influence communities in large network based on k-edge connected components

Country Status (1)

Country Link
CN (1) CN113536052B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130318092A1 (en) * 2012-05-25 2013-11-28 The Board of Trustees for the Leland Stanford, Junior, University Method and System for Efficient Large-Scale Social Search
US20150120717A1 (en) * 2013-10-25 2015-04-30 Marketwire L.P. Systems and methods for determining influencers in a social data network and ranking data objects based on influencers
CN110162716A (en) * 2019-05-21 2019-08-23 湖南大学 A kind of influence power community search method and system based on community's retrieval
CN111666468A (en) * 2020-05-11 2020-09-15 浙江工商大学 Method for searching personalized influence community in social network based on cluster attributes

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130318092A1 (en) * 2012-05-25 2013-11-28 The Board of Trustees for the Leland Stanford, Junior, University Method and System for Efficient Large-Scale Social Search
US20150120717A1 (en) * 2013-10-25 2015-04-30 Marketwire L.P. Systems and methods for determining influencers in a social data network and ranking data objects based on influencers
CN110162716A (en) * 2019-05-21 2019-08-23 湖南大学 A kind of influence power community search method and system based on community's retrieval
CN111666468A (en) * 2020-05-11 2020-09-15 浙江工商大学 Method for searching personalized influence community in social network based on cluster attributes

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
郝飞;郭慧娟;李富忠;: "一种基于社会势能的网络影响力最大化算法", 太原师范学院学报(自然科学版), no. 03 *

Also Published As

Publication number Publication date
CN113536052B (en) 2023-11-07

Similar Documents

Publication Publication Date Title
CN107729371B (en) Data indexing and querying method, device, equipment and storage medium of block chain
US20180039693A1 (en) Learned data filtering
CN111666468A (en) Method for searching personalized influence community in social network based on cluster attributes
CN108804516A (en) Similar users search device, method and computer readable storage medium
CN106980651B (en) Crawling seed list updating method and device based on knowledge graph
TWI706260B (en) Index establishment method and device based on mobile terminal NoSQL database
Nabti et al. Querying massive graph data: A compress and search approach
CN105335368A (en) Product clustering method and apparatus
Skodawessely et al. Finding attractors in asynchronous Boolean dynamics
CN102999495B (en) A kind of synonym Semantic mapping relation determines method and device
CN106599122B (en) Parallel frequent closed sequence mining method based on vertical decomposition
EP3955256A1 (en) Non-redundant gene clustering method and system, and electronic device
Rinnone et al. NetMatchStar: an enhanced Cytoscape network querying app
CN115329961A (en) Dependence elimination method and device based on directed acyclic graph and storage medium
CN103995831B (en) Object processing method, system and device based on similarity among objects
CN111984688A (en) Method and device for determining business knowledge association relation
US11709798B2 (en) Hash suppression
CN113536052A (en) Method for searching personalized influence community in large network based on k-edge connected component
CN110955712A (en) Development API processing method and device based on multiple data sources
Lin et al. Efficient updating of sequential patterns with transaction insertion
Shana et al. An improved method for counting frequent itemsets using bloom filter
CN112860626A (en) Document sorting method and device and electronic equipment
CN106547907B (en) Frequent item set acquisition method and device
CN115203490B (en) Query method and device for data types of List List container in graph database
CN113392124B (en) Structured language-based data query method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant