Complete Mining of Frequent Patterns from Graphs: Mining Graph Data
Abstract
Basket Analysis, which is a standard method for data mining, derives frequent itemsets from database. However, its mining ability is limited to transaction data consisting of items. In reality, there are many applications where data are described in a more structural way, e.g. chemical compounds and Web browsing history. There are a few approaches that can discover characteristic patterns from graph-structured data in the field of machine learning. However, almost all of them are not suitable for such applications that require a complete search for all frequent subgraph patterns in the data. In this paper, we propose a novel principle and its algorithm that derive the characteristic patterns which frequently appear in graph-structured data. Our algorithm can derive all frequent induced subgraphs from both directed and undirected graph structured data having loops (including self-loops) with labeled or unlabeled nodes and links. Its performance is evaluated through the applications to Web browsing pattern analysis and chemical carcinogenesis analysis.
Cite
Text
Inokuchi et al. "Complete Mining of Frequent Patterns from Graphs: Mining Graph Data." Machine Learning, 2003. doi:10.1023/A:1021726221443Markdown
[Inokuchi et al. "Complete Mining of Frequent Patterns from Graphs: Mining Graph Data." Machine Learning, 2003.](https://mlanthology.org/mlj/2003/inokuchi2003mlj-complete/) doi:10.1023/A:1021726221443BibTeX
@article{inokuchi2003mlj-complete,
title = {{Complete Mining of Frequent Patterns from Graphs: Mining Graph Data}},
author = {Inokuchi, Akihiro and Washio, Takashi and Motoda, Hiroshi},
journal = {Machine Learning},
year = {2003},
pages = {321-354},
doi = {10.1023/A:1021726221443},
volume = {50},
url = {https://mlanthology.org/mlj/2003/inokuchi2003mlj-complete/}
}