Group 9 – Data Mining: Data

Slides:



Advertisements
Similar presentations
CLUSTERING.
Advertisements

Clustering Clustering of data is a method by which large sets of data is grouped into clusters of smaller sets of similar data. The example below demonstrates.
Data Engineering.
Lecture Notes for Chapter 2 Introduction to Data Mining
CLUSTERING PROXIMITY MEASURES
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Data Mining: Data Lecture Notes for Chapter 2 Introduction to Data Mining by Tan, Steinbach,
Lecture Notes for Chapter 2 Introduction to Data Mining
EECS 800 Research Seminar Mining Biological Data
Distance Measures Tan et al. From Chapter 2.
Distance Measures Tan et al. From Chapter 2. Similarity and Dissimilarity Similarity –Numerical measure of how alike two data objects are. –Is higher.
COSC 4335 DM: Preprocessing Techniques
Data Mining Lecture 2: data.
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Data Mining: Data Lecture Notes for Chapter 2 Introduction to Data Mining by Tan, Steinbach,
Data Mining & Knowledge Discovery Lecture: 2 Dr. Mohammad Abu Yousuf IIT, JU.
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Data Mining Basics: Data Remark: Discusses “basics concerning data sets (first half of Chapter.
Minqi Zhou Introduction to Data Mining 3/23/ Data Mining: Data Lecture Notes for Chapter 2 Introduction to Data Mining by Minqi Zhou.
Data Reduction Strategies Why data reduction? A database/data warehouse may store terabytes of data Complex data analysis/mining may take a very long time.
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Data Mining: Data Lecture Notes for Chapter 2 Introduction to Data Mining by Tan, Steinbach,
What is Data? Attributes
CIS527: Data Warehousing, Filtering, and Mining
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Data Mining: Data Lecture Notes for Chapter 2 Introduction to Data Mining by Tan, Steinbach,
1 Data Mining: Data Lecture Notes for Chapter 2. 2 What is Data? l Collection of data objects and their attributes l An attribute is a property or characteristic.
1 Data Mining Lecture 2: Data. 2 What is Data? l Collection of data objects and their attributes l Attribute is a property or characteristic of an object.
Chapter 2: Getting to Know Your Data
1 Chapter 2 Data. What is Data? Collection of data objects and their attributes An attribute is a property or characteristic of an object –Examples: eye.
Data Mining Techniques Clustering. Purpose In clustering analysis, there is no pre-classified data Instead, clustering analysis is a process where a set.
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Data Mining: Data Lecture Notes for Chapter 2 Introduction to Data Mining by Tan, Steinbach,
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Data Mining: Data Lecture Notes for Chapter 2 Introduction to Data Mining by Tan, Steinbach,
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Data Mining: Data Lecture Notes for Chapter 2 Introduction to Data Mining by Tan, Steinbach,
CSE4334/5334 DATA MINING CSE4334/5334 Data Mining, Fall 2014 Department of Computer Science and Engineering, University of Texas at Arlington Chengkai.
1 What is Data? l An attribute is a property or characteristic of an object l Examples: eye color of a person, temperature, etc. l Attribute is also known.
Tallahassee, Florida, 2016 CIS4930 Introduction to Data Mining Getting to Know Your Data Peixiang Zhao.
3/13/2016Data Mining 1 Lecture 1-2 Data and Data Preparation Phayung Meesad, Ph.D. King Mongkut’s University of Technology North Bangkok (KMUTNB) Bangkok.
1 Data Mining Lecture 02a: Data Theses slides are based on the slides by Tan, Steinbach and Kumar (textbook authors)
Data Preliminaries CSC 600: Data Mining Class 1.
Chapter 2: Getting to Know Your Data
Exploring Data: Summary Statistics and Visualizations
What Is Cluster Analysis?
Lecture Notes for Chapter 2 Introduction to Data Mining
Data Mining Lecture 02a: Theses slides are based on the slides by Data
Lecture Notes for Chapter 2 Introduction to Data Mining
Lecture 2-2 Data Exploration: Understanding Data
COP 6726: New Directions in Database Systems
Lecture Notes for Chapter 2 Introduction to Data Mining
Ying shen Sse, tongji university Sep. 2016
Similarity and Dissimilarity
Lecture Notes for Chapter 2 Introduction to Data Mining
Topics Related to Data Mining
Lecture Notes for Chapter 2 Introduction to Data Mining
CISC 4631 Data Mining Lecture 02:
K Nearest Neighbor Classification
Lecture Notes for Chapter 2 Introduction to Data Mining
Lecture Notes for Chapter 2 Introduction to Data Mining
Lecture Notes for Chapter 2 Introduction to Data Mining
Lecture Notes for Chapter 2 Introduction to Data Mining
Lecture Notes for Chapter 2 Introduction to Data Mining
Lecture Notes for Chapter 2 Introduction to Data Mining
Data Mining: Concepts and Techniques — Chapter 2 —
What Is Good Clustering?
Multidimensional Scaling
Lecture Notes for Chapter 2 Introduction to Data Mining
Nearest Neighbors CSC 576: Data Mining.
Data Mining Lecture 02a: Theses slides are based on the slides by Data
Lecture Notes for Chapter 2 Introduction to Data Mining
Data Preliminaries CSC 576: Data Mining.
Topic 5: Cluster Analysis
Lecture Notes for Chapter 2 Introduction to Data Mining
Data Pre-processing Lecture Notes for Chapter 2
Lecture Notes for Chapter 2 Introduction to Data Mining
Data Mining: Concepts and Techniques — Chapter 2 —
Presentation transcript:

Group 9 – Data Mining: Data

Data Attributes It is collection of data objects and attributes as shown below: Attribute is a characteristic of an object Collection of attributes describe an object. Objects What else can we refer to an object? Record, case, observation

Question 1 Example of attribute ?

Types of Attributes Nominal Ordinal Interval Ratio It only provides information to differentiate between objects Categories with no order Ordinal It provides enough information to order objects Categories with a meaningful order Interval The difference between values are meaningful (unit of measurements) Ratio Both differences and ratios are meaningful What can be an example of nominal? Eye color, zip code or ID numbers

Question 2: What can be an example of nominal attribute?

Experimental vs. Observational Data Data which is collected and which is exercised with a control over all attributes Observational Data which is collected with no such control and most of all data in data mining is observational data. Example can be: diet coke vs. weight or co2 in atmosphere vs. earth’s temperature

Question 3: What type of study this can be: Students drinking tea before bedtime.

Types of data sets Record Data Matrix Document Data Transaction Data Graph World Wide Web Molecular Structures Ordered Spatial Data Temporal Data Sequential Data Genetic Sequence Data Example can be: diet coke vs. weight or co2 in atmosphere vs. earth’s temperature

Question 4: What is Record Data?

Data Preprocessing Aggregation Combining two or more attributes into a single attribute Sampling Main technique employed for data selection, used in data mining because processing the entire set of data of interest is too expensive and time consuming. Dimensionality Reduction It reduces amount of time and memory required by data mining algorithms and allow the data to be more visualized. Feature Subset Selection It is another way of reducing dimensionality of data What can be the purpose of aggregation: Data reduction, change of scale, and more stable data

Question 5: What can be the purpose of aggregation

Data Preprocessing Feature creation Creates new attributes that can capture important information in data set Discretization Transform a continuous attribute into categorical attribute Binarization Both continuous and discrete attribute may need to transform one or more binary attributes Attribute Transformation A function that maps entire set of values of given attributes to a new set of replacement values. What is important about feature subset selection: It removes duplicate information and removes information that is not necessary for data mining.

Question 6: What is important about feature subset selection

Similarity and Dissimilarity Numerical measure of how data are alike Value is higher when objects are more alike Dissimilarity Numerical measure of how 2 data objects can be different Lower when data objects are more alike Minkowski Distance Is a generalization of Euclidean Distance What should be minimum dissimilarity is like? 0

Question 7: What should be minimum dissimilarity be like?

Common Properties Euclidean Distance have some well known properties such as: d(p, q)  0 for all p and q and d(p, q) = 0 only if p = q. (Positive definiteness) d(p, q) = d(q, p) for all p and q. (Symmetry) d(p, r)  d(p, q) + d(q, r) for all points p, q, and r. (Triangle Inequality) where d(p, q) is the distance (dissimilarity) between points (data objects), p and q. A distance that satisfies these properties is a metric

Question 8: What is Euclidean distance ?

Similarity Similarities, also have some well known properties. s(p, q) = 1 (or maximum similarity) only if p = q. s(p, q) = s(q, p) for all p and q. (Symmetry)

Question 9: What does s(p,q) equal to?

Correlation Correlation measures the linear relationship between objects Compute correlation, we standardize data objects by taking their dot product. Attributes are different, but similarity is needed.

Question 10: To compute correlation, what rule do we use ?

Visually Evaluating Correlation Scatter plots showing the similarity from –1 to 1.

Density Euclidean Density Density-based clustering require a notion of density Euclidean Density is a simplest approach to divide region into number of rectangular cells of equal volume and define density. Is the number of points within specified radius of point. Euclidean Density Simply put, density-based clustering groups together points that are closely packed together, aka high-density regions, and identifies outliers that are in low-density regions There are a few methods and the Euclidean distance method is the simplest way of determining clusters Works more efficiently when there’s a low level of dimensionality; otherwise it faces the curse of dimensionality It’s also sensitive to parameters, so the selection and tuning of the parameters can become difficult

Examples Euclidean Graph Example 1 – Density Based Clustering Example 2 – Graph Based Clustering Based on distances & can use tree-based algorithms to construct the graph Example 3 – Probabilistic Model Based Clustering Graph