Download presentation
Presentation is loading. Please wait.
Published byArnold Wilkinson Modified over 8 years ago
1
Data Models, Representation, Transformation
2
Adapted from Stone & Zellweger Basic Elements of a Data Model A data model represents some aspect of the world Data models consist of these basic elements: ▫ Entities (objects) ▫ Attributes (values/characteristics of Entities) ▫ Relationships between entities
3
Adapted from Stone & Zellweger Basic Elements: Entities Entities are objects of interest ▫ Places, people, movies, animals Entities allow you to define and reason about a domain ▫ Business ▫ Family tree ▫ University ▫ Scientific model
4
Adapted from Stone & Zellweger Basic Elements: Values Attributes are properties of Entities Two major types ▫ Quantitative ▫ Categorical (several classes) Appropriate visualizations often depend upon the type of the data values
5
Adapted from Stone & Zellweger Basic Elements: Relations Relations relate two or more Entities ▫ leaves are part of a plant ▫ a department consists of employees ▫ A person is related to another person
6
Common Data Types Categorical (unordered set, supports =) Ordinal (ordered set, supports, =) Interval (starts out as quantitative, but is made categorical by subdividing into ordered ranges) Continuous (ordered and proportional, supports general arithmetic operators)
7
Categorical unordered set Operators: = (equality) Also know as “Nominal” Examples ▫ Eye Color Eye Color ▫ Fruits Fruits ▫ Directions: East, West, South, North ▫ Symbols ▫ Colors ▫ Music Genre Music Genre
8
Ordinal ordered set Operators: =, Also know as “Ordered” Examples ▫ Low, Medium, High ▫ Cold, Warm, Hot ▫ First-born, second-born, third-born, …
9
Interval ▫ Boxing Weight Classes Boxing Weight Classes ▫ Months: Jan, Feb, Mar, Apr, … ▫ Binned numbers 0-9, 10-19, 20-29, … ▫ Women’s dress sizes
10
Continuous Proportional, ordered set Operators: =,, *, /, % Also know as “Quantitative, Ratio” Examples ▫ Temperature ▫ Weight ▫ Pressure ▫ Population ▫ Number of words in document ▫ Any quantities properly represented by integers or rational numbers
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.