Data Warehousing with Mining Techniques – Unit Test Notes

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

flashcard set

Earn XP

Description and Tags

This set of flashcards covers key concepts from the Data Warehousing with Mining Techniques lecture notes, focusing on definitions and the processes involved in data mining and clustering.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Knowledge Discovery in Databases (KDD)

The broader process of extracting useful knowledge from large datasets, which includes several systematic steps such as data cleaning, integration, and mining.

2
New cards

Data Mining

A step in the KDD process that focuses on extracting patterns and knowledge from large amounts of data.

3
New cards

Data Cleaning

The process of fixing or removing incorrect and incomplete data to improve data quality.

4
New cards

Data Integration

The merging of data from multiple heterogeneous sources to create a unified dataset.

5
New cards

Frequent Itemset

A group of items that appear together frequently in a dataset and must meet a minimum support threshold.

6
New cards

Support (in data mining)

The percentage of transactions that contain a specific itemset, used for determining frequent itemsets.

7
New cards

Association Rule

An implication of the form A → B, indicating that when item A is purchased, item B is also likely to be purchased.

8
New cards

Cluster Analysis

An unsupervised learning technique that groups data items so that items in the same cluster are similar.

9
New cards

K-Means Clustering

A partitioning method that divides data into k non-overlapping clusters, each with a centroid, to minimize intra-cluster distance.

10
New cards

Hierarchical Clustering

Builds a tree-like structure (dendrogram) of nested clusters and can be agglomerative or divisive.

11
New cards

DBSCAN (Density-Based Spatial Clustering of Applications with Noise)

A clustering method that forms clusters based on high-density areas and can identify noise or outliers.

12
New cards

EM Algorithm (Expectation-Maximization)

A model-based clustering algorithm that fits data to a mixture of probability distributions for soft clustering.