AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Relational data mining focuses on extracting useful information from databases where data is organized into multiple related tables, rather than a single flat table. It leverages the relationships between entities to find complex patterns that would be invisible in isolated data views. Techniques include association rule mining across relations, clustering connected objects, and classification based on relational features. This approach is essential for domains like social network analysis, fraud detection, and biological information systems.

Summary

The process of discovering patterns and knowledge from data that consists of multiple interrelated tables or entities.

Key Concepts

Use Cases