You are on page 1of 14

Data Mining

Concept Description
Characterization and Comparison

By : Mohammed A. Abdulhamed
Concept Description
Topics covered
• What is concept description?
• Data generalization and summarization-
based characterization
• Attribute-Oriented Induction
• Efficient Implementation of Attribute-
Oriented Induction
Concept Description
• data mining can be classified into two
categories:
1-Descriptive data mining describes the data set in
concise and summarative manner and presents
interesting general properties of the data.
2-Predictive data mining analyzes the data in order
to construct one or a set of models, and attempts to predict
the behavior of new data sets.
Concept Description
• Concept Description
*The simplest kind of descriptive data mining.
*A concept usually refers to a collection of data
such as frequent_buyers, graduate_students,
and so on.
*generates descriptions for characterization and
comparison of the data.
*It is sometimes called class description.
Concept Description
• Characterization : provides a concise
and succinct summarization of the given
collection of data.
• Comparison : (also known
discrimination) provides descriptions
comparing two or more collections of
data.
Characterization and
comparison techniques
*data generalization allowing data sets to
be generalized at multiple levels of
abstraction facilitates users in examining
the general behavior of the data.
Example : instead of examining individual
customer transactions, sales managers may
prefer to view the data generalized to higher
levels, such as summarized by customer
groups according to geographic regions.
Concept Description vs. OLAP

• Complex data types and aggregation:


*in current OLAP systems apply only to
numeric data.
* Concept description in databases can
handle complex data types of the
attributes and their aggregations, as
necessary.
Concept Description vs. OLAP

• User-control versus automation:


*OLAP are directed and controlled by the
users.
*concept description in data mining strives
for a more automated process that helps
users
Data Generalization and
Summarization-Based
Characterization
• is a process that abstracts a large set of
task-relevant data in a database.
• from a relatively low conceptual level to
higher conceptual levels.
Example (sales database) may contain :
*Low-level such as (item_id,name,...etc)
*High-level such as (Christmas season
sales)
Attribute-Oriented Induction
• Interactive presentation with users.
• Collect the task-relevant data( initial
relation) using a relational database query
• Perform generalization by attribute
removal or attribute generalization.
• Apply aggregation by merging identical,
generalized tuples and accumulating their
respective counts.
Example
• DMQL: Describe general characteristics of graduate students in the
Big-University database
use Big_University_DB
mine characteristics as “Science_Students”
in relevance to name, gender, major, birth_place, birth_date,
residence, phone#, gpa
from student
where status in “graduate”
• Corresponding SQL statement:
Select name, gender, major, birth_place, birth_date, residence,
phone#, gpa
from student
where status in {“Msc”, “MBA”, “PhD” }
Class Characterization: An
Example
Initial Relation
Name Gender Major Birth-Place Birth_date Residence Phone # GPA
Jim M CS Vancouver,BC, 8-12-76 3511 Main St., 687-4598 3.67
Woodman Canada Richmond
Scott M CS Montreal, Que, 28-7-75 345 1st Ave., 253-9106 3.70
Lachance Canada Richmond
Laura Lee F Physics Seattle, WA, USA 25-8-70 125 Austin Ave., 420-5232 3.83
… … … … … Burnaby … …

Removed Retained Sci,Eng, Country Age range City Removed Excl,
Bus VG,..
Class Characterization: An
Example
Prime Generalized Relation
Gender Major Birth_region Age_range Residence GPA Count

M Science Canada 20-25 Richmond Very-good 16


F Science Foreign 25-30 Burnaby Excellent 22
… … … … … … …

Birth_Region
Canada Foreign Total
Gender
M 16 14 30
F 10 22 32
Total 26 36 62
Thank you

You might also like