Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Graph Data Mining Two - Complex Networks - Lecture Slides, Slides of Computer Networks

The key points in these lecture slides and the complex network are given in the following list:Graph Data Mining Two, Sequence, Rna, Compounds, Texts, Graph Pattern Mining, Mining Frequent Subgraph Patterns, Graph Indexing, Graph Similarity Search, Graph Classification

Typology: Slides

2012/2013

Uploaded on 04/23/2013

saraswathi
saraswathi 🇮🇳

4

(1)

74 documents

1 / 37

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Lecture 11:
Graph Data Mining
Docsity.com
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25

Partial preview of the text

Download Graph Data Mining Two - Complex Networks - Lecture Slides and more Slides Computer Networks in PDF only on Docsity!

Lecture 11:

Graph Data Mining

Graph Data Mining

 DNA sequence

 RNA

Outline

 Graph Pattern Mining

 Mining Frequent Subgraph Patterns  Graph Indexing  Graph Similarity Search

 Graph Classification

 Graph pattern-based approach  Machine Learning approaches

 Graph Clustering

 Link-density-based approach

5

Graph Pattern Mining

Frequent subgraphs

 A (sub)graph is frequent if its support (occurrence frequency) in a given dataset is no less than a minimum support threshold

 Support of a graph g is defined as the percentage of graphs in G which have g as subgraph

 Applications of graph pattern mining

 Mining biochemical structures  Program control flow analysis  Mining XML structures or Web communities  Building blocks for graph classification, clustering, compression, comparison, and correlation analysis

7

Example

GRAPH DATASET

FREQUENT PATTERNS (MIN SUPPORT IS 2)

8

Graph Mining Algorithms

 Incomplete beam search – Greedy (Subdue)

 Inductive logic programming (WARMR)

 Graph theory-based approaches

 Apriori-based approach  Pattern-growth approach

10

Apriori-Based Approach

G

G 1

G 2

Gn

k-edge

(k+1)-edge

G’

G’’

Join Prune check the frequency of each candidate

G 1

Gn

Subgraph isomorphism test NP-complete

11

Apriori-Based, Breadth-First Search

 AGM (Inokuchi, et al.)  generates new graphs with one more node

 Methodology: breadth-search, joining two graphs

 FSG (Kuramochi and Karypis)  generates new graphs with one more edge

13

Graph Pattern Explosion Problem

 If a graph is frequent, all of its subgraphs are frequent

the Apriori property

 An n -edge frequent graph may have 2 n^ subgraphs

 Among 422 chemical compounds which are confirmed to be active in an AIDS antiviral screen dataset,  there are 1,000,000 frequent graph patterns if the minimum support is 5%

Closed Frequent Graphs

 A frequent graph G is closed

 if there exists no supergraph of G that carries the same support as G

 If some of G’s subgraphs have the same support

 it is unnecessary to output these subgraphs  nonclosed graphs

 Lossless compression

 Still ensures that the mining result is complete

16

Scalability Issue

 Naïve solution

 Sequential scan (Disk I/O)  Subgraph isomorphism test (NP-complete)

 Problem: Scalability is a big issue

 An indexing mechanism is needed

17

Indexing Strategy

Graph (G)

Substructure

Query graph (Q)

If graph G contains query graph Q, G should contain any substructure of Q

Remarks  Index substructures of a query graph to prune graphs that do not contain these substructures

19

Why Frequent Structures?

 We cannot index (or even search) all of substructures

 Large structures will likely be indexed well by their substructures

 Size-increasing support threshold

support

minimum support threshold

size

20

Structure Similarity Search

(a) caffeine (b) diurobromine (c) sildenafil

• CHEMICAL COMPOUNDS

• QUERY GRAPH