Data Visualization - 1: Course Leader
Data Visualization - 1: Course Leader
CSE402A
Data Mining
B. Tech. CSE, 2015
Course Leader:
Santhoshi Kumari
[email protected]
1
Faculty of Engineering & Technology © Ramaiah University of Applied Sciences
Objectives
• At the end of this lecture, student will be able to
– Describe various visualization techniques
– Apply Pixel-oriented, Icon-based, Hierarchical visualization techniques.
– Analyze the complex data and relation visualization
2
Faculty of Engineering & Technology © Ramaiah University of Applied Sciences
Outline
• Pixel-oriented visualization techniques
3
Faculty of Engineering & Technology © Ramaiah University of Applied Sciences
Data Visualization
• Data visualization
– Gain insight into an information space by mapping data onto graphical primitives
– Provide qualitative overview of large data sets
– Search for patterns, trends, structure, irregularities, relationships among data
– Help find interesting regions and suitable parameters for further quantitative
analysis
– Provide a visual proof of computer representations derived
• Categorization of visualization methods:
– Pixel-oriented visualization techniques
– Geometric projection visualization techniques
– Icon-based visualization techniques
– Hierarchical visualization techniques
– Visualizing complex data and relations
4
Faculty of Engineering & Technology © Ramaiah University of Applied Sciences
Pixel-Oriented Visualization Techniques
• For a data set of m dimensions, create m windows on the screen, one for
each dimension
• The m dimension values of a record are mapped to m pixels at the
corresponding positions in the windows
• The colors of the pixels reflect the corresponding values
(a) Income (b) Credit Limit (c) transaction volume (d) age
5
Faculty
©M. S. of
Ramaiah
Engineering
University
& Technology
of Applied Sciences 5
© Ramaiah University of Applied Sciences
Laying Out Pixels in Circle Segments
• To save space and show the connections among multiple dimensions, space
filling is often done in a circle segment
8
Faculty of Engineering & Technology © Ramaiah University of Applied Sciences
Scatterplot Matrices
• • •
12
Faculty
©M. S. of
Ramaiah
Engineering
University
& Technology
of Applied Sciences © Ramaiah University of Applied Sciences
Icon-Based Visualization Techniques
• Visualization of the data values as features of icons
• Typical visualization methods
– Chernoff Faces
– Stick Figures
• General techniques
– Shape coding: Use shape to represent certain information
encoding
– Color icons: Use color icons to encode more information
– Tile bars: Use small icons to represent the relevant feature
vectors in document retrieval
13
Faculty of Engineering & Technology © Ramaiah University of Applied Sciences
Chernoff Faces
• A way to display variables on a two-dimensional surface, e.g., let x be eyebrow
slant, y be eye size, z be nose length, etc.
• The figure shows faces produced using 10 characteristics--head eccentricity, eye
size, eye spacing, eye eccentricity, pupil size, eyebrow slant, nose size, mouth
shape, mouth size, and mouth opening): Each assigned one of 10 possible values,
generated using Mathematica (S. Dickson)
• REFERENCE: Gonick, L. and Smith, W.
The Cartoon Guide to Statistics. New York: Harper
Perennial, p. 212, 1993
• Weisstein, Eric W. "Chernoff Face." From
MathWorld--A Wolfram Web Resource.
mathworld.wolfram.com/ChernoffFace.html
14
Faculty of Engineering & Technology © Ramaiah University of Applied Sciences
Stick Figure
A census data
figure showing age,
used by permission of G. Grinstein, University of Massachusettes at Lowell
income, gender,
education, etc.
Two attributes mapped to axes, remaining attributes mapped to angle or length of limbs”. Look at texture pattern 15
Faculty
©M. S. of
Ramaiah
Engineering
University
& Technology
of Applied Sciences © Ramaiah University of Applied Sciences
Hierarchical Visualization Techniques
• Visualization of the data using a hierarchical partitioning into subspaces
• Methods
– Dimensional Stacking
– Worlds-within-Worlds
– Tree-Map
– Cone Trees
– InfoCube
16
Faculty of Engineering & Technology © Ramaiah University of Applied Sciences
Dimensional Stacking
attribute 4
attribute 2
attribute 3
attribute 1
Visualization of oil mining data with longitude and latitude mapped to the outer
x-, y-axes and ore grade and depth mapped to the inner x-, y-axes
18
Faculty
©M. S. of
Ramaiah
Engineering
University
& Technology
of Applied Sciences © Ramaiah University of Applied Sciences
Worlds-within-Worlds
• Assign the function and two most important parameters to innermost world
• Fix all other parameters at constant values - draw other (1 or 2 or 3
dimensional worlds choosing these as the axes)
• Software that uses this paradigm
– N–vision: Dynamic
interaction through data
glove and stereo displays,
including rotation, scaling
(inner) and translation
(inner/outer)
– Auto Visual: Static
interaction by means of
queries
19
Faculty of Engineering & Technology © Ramaiah University of Applied Sciences
Tree-Map
• Screen-filling method which uses a hierarchical partitioning of
the screen into regions depending on the attribute values
• The x- and y-dimension of the screen are partitioned alternately
according to the attribute values (classes)
20
Ack.: http://www.cs.umd.edu/hcil/treemap-history/all102001.jpg
Faculty of Engineering & Technology © Ramaiah University of Applied Sciences
Tree-Map of a File System (Schneiderman)
21
Faculty of Engineering & Technology © Ramaiah University of Applied Sciences
InfoCube
• A 3-D visualization technique where hierarchical information is
displayed as nested semi-transparent cubes
• The outermost cubes correspond to the top level data, while
the subnodes or the lower level data are represented as
smaller cubes inside the outermost cubes, and so on
22
Faculty of Engineering & Technology © Ramaiah University of Applied Sciences
Three-D Cone Trees
• 3D cone tree visualization technique works well
for up to a thousand nodes or so
• First build a 2D circle tree that arranges its
nodes in concentric circles centered on the
root node
• Cannot avoid overlaps when projected to 2D
• G. Robertson, J. Mackinlay, S. Card. “Cone
Trees: Animated 3D Visualizations of
Hierarchical Information”, ACM SIGCHI'91
• Graph from Nadeau Software Consulting
website: Visualize a social network data set
that models the way an infection spreads from
one person to the next
Ack.: http://nadeausoftware.com/articles/visualization 23
Faculty of Engineering & Technology © Ramaiah University of Applied Sciences
Visualizing Complex Data and Relations
• Visualizing non-numerical data: text and social networks
• Tag cloud: visualizing user-generated tags
25
Faculty of Engineering & Technology © Ramaiah University of Applied Sciences
Reference
a. Essential Reading
1. Class Notes
2. Bramer, M. (2007) Principles of Data Mining. Springer
b. Recommended Reading
1. Torgo, L. (2011) Data Mining with R: Learning with Case
Studies. Chapman & Hall
2. Kecman, V. (2001) Learning and Soft Computing. The MIT
Press
3. Witten, I. H., Frank, E., and Hall, M. A. (2011) Data Mining:
Practical Machine Learning
Tools and Techniques, 3rd edn. Morgan Kaufmann
26
Faculty of Engineering & Technology © Ramaiah University of Applied Sciences