Jump to content

Relational data mining

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Joerg Kurt Wegner (talk | contribs) at 21:29, 6 June 2006 (See also added). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Relational data mining is a data mining technique for relational databases. Unlike traditional data mining algorithms, which look for patterns in a single table (propositional patterns), relational data mining algorithms look for patterns among multiple tables (relational patterns). For most types of propositional propatterns, there are corresponding relational patterns. For example, there are relational classification rules, relational regression trees, relational association rules, and so on.

The most important theoretical foundation of relational data mining is inductive logic programming.

A text book on relational data mining can be found at [1].

See also