Enhancing the Visual Clustering of Query-dependent Database Visualization Techniques using Screen-Filling Curves
|
|
|
- Buck Sullivan
- 9 years ago
- Views:
Transcription
1 Enhancing the Visual Clustering of Query-dependent Database Visualization Techniques using Screen-Filling Curves Extended Abstract Daniel A. Keim Institute for Computer Science, University of Munich Leopoldstr. 11 B, D Munich, Germany, Phone (+49) Introduction An important goal of visualization technology is to support the exploration and analysis of very large amounts of data which are usually stored in databases. Since number and size of the databases is growing rapidly, there is a need for novel visualization techniques which allow a visualization of larger amounts of data. Most of today s databases store typical transaction-generated multiattribute data which does not have any inherent two- or three-dimensional semantics and therefore does not lend itself to some two- or three-dimensional visualization. In general, databases can be seen as multidimensional data sets with the attributes of the database corresponding to the dimensions of the multidimensional data set. There are a variety of well known techniques for visualizing arbitrary multidimensional data sets: scatterplot matrices and coplots [And 72, Cle 93], geometric projection techniques (e.g., [Hub 85, ID 90]), iconic display techniques (e.g., [Che 73, SGB 91]), pixel-oriented techniques (e.g., [KKS 93, KKA 95]), hierarchical techniques (e.g., [BF 90, Shn 92]), dynamic techniques (e.g., [BMMS 91, AWS 92, Eic 94, ADLP 95]), and combinations hereof (e.g. [Asi 85, AS 94]). Most techniques, however, are only suitable for rather small data sets consisting of at most a few thousand data items. Only dynamic and pixel-oriented techniques are able to handle larger data sets with hundreds of thousands of data items. Dynamic techniques reveal interesting properties of the data by generating series of visualizations. In general, however, only a limited portion of the data can be visualized at
2 - 2 - one point of time. In contrast, pixel-oriented techniques are able to visualize the largest amounts of data sible at one point of time. On current displays, they allow a visualization of up-to 1,000,000 data values. 2. Pixel-oriented Visualization Techniques The basic idea of pixel-oriented techniques is to map each data value to a colored pixel and present the data values belonging to different dimensions (attributes) in separate subwindows. Pixel-oriented visualization techniques can be divided into query-independent techniques which directly visualize the data (or a certain portion of it) and query-dependent techniques which visualize the data in the context of a specific query. Examples for the class of query-independent techniques are the screen-filling curve and recursive pattern techniques. The screen-filling curve techniques are based on the well-known Morton and Peano-Hilbert curve algorithms [Pea 90, Hil 91, Mor 66], and the recursive pattern technique is based on a generic recursive scheme which generalizes a wide range of pixel-oriented arrangements for displaying large data sets [KKA 95]. Examples for the class of query-dependent techniques are the Spiral- and 2D-techniques [KKS 93], which visualize the distances with respect to a database query. The arrangement of Spiral- and 2Dtechniques centers the most relevant data items (data items fulfilling the query) in the middle of the window, and less relevant data items (data items approximately fulfilling the query) are arranged in a rectangular spiral-shape to the outside of the window (c.f. Figure 1a). In case of the 2Dtechnique, the data set is partitioned into four subsets according to the direction of the distance for two dimensions: for one dimension ative distances are arranged to the left, itive ones to the right and for the other dimension ative distances are arranged to the bottom, itive ones to the top (c.f. Figure 2a).... width a. Spiral Technique b. Snake Variant Figure 1: Spiral Technique and Snake Variant
3 - 3 - dimension j dimension j dimension i dimension i a. 2D-Technique b. Snake Variant Figure 2: 2D-Technique and Snake Variant 3. Generalization of Query-dependent Visualization Techniques A problem of the Spiral- and 2D-visualization techniques is that the local clustering properties of the Spiral arrangement are rather weak. Since the spiral is only one pixel wide, it is perceptually imsible to detect small clusters. The reason for this problem is that the mapping from the ordered sequence of data items to the ition of the pixels on the two-dimensional display does not preserve locality. More specific, the probability that two pixels which are close together on the screen are also close together in the one-dimensional ordered sequence of data items is rather low. Arrangements which do provide a maximum of locality preservation are wave- or snake-like arrangements such as those used in the recursive pattern technique and screen-filling curves such as the Peano-Hilbert and the Morton curve. A problem of those techniques, however, is that the most relevant data items are placed in one corner of the visualization and that the ordering of data items according to their relevance does not become clear in the visualization. Our new techniques aim at combining the advantages of both, the query-dependent techniques and the screen-filling curves, while at the same time avoiding their disadvantages. Our new variants of the Spiral- and 2D-technique retain the overall arrangement of the Spiral- and 2Dtechnique, centering the most relevant data items in the middle of the screen, but enhance the clustering properties of the arrangement by using screen-filling curves locally. This means in case of the generalized spiral technique that the overall form of the arrangement remains a rectangular spiral shape. In contrast to the original technique, however, the spiral is comed of small Peano- Hilbert-, Morton-, or Snake-like curves. The width of the spiral is determined by the size of the small curves. In case of the Snake variants, the width can be varied arbitrarily. The structure of
4 - 4 - a. Peano-Hilbert b. Morton Figure 3: Peano-Hilbert and Morton Arrangement of Order Three the Peano-Hilbert and Morton curve does not allow arbitrary widths since the width is determined by the order of the Peano-Hilbert and Morton curves. For curves with order two, the resulting width is 2 2 = 4, for curves with order three the resulting width is 2 3 = 8, and for curves with order four the resulting width is 2 4 = 16 (c.f. Figure 3). The Snake, Peano-Hilbert, and Morton variants of the Spiral- and 2D-techniques can be seen as generalization of the previously defined query-dependent pixel-oriented visualization techniques. The original Spiral- and 2D-techniques now become the special case of a Snake, Peano-Hilbert, and Morton curve of order one. In the following, we show the advantage of improving the local clustering of query-dependent visualization techniques by screen-filling curves. In Figure 1, we provide an example visualization showing the effect of using the Snake variant of the Spiral-technique. The data set used consists of about 24,000 test data items with eight dimensions. Most of the data set (20,000 data items) is randomly generated in the range [-100, 100]. The remaining 4000 data items split up into two clusters which are only defined on the first five dimensions and are inserted at specific locations of the eight-dimensional space. The query used is [-20, 20] for each of the dimensions. Figure 1a shows the visualization generated by the Spiral technique and Figure 1b shows the visualization generated by the Snake-Spiral technique with a width of six pixels. In Figure 1a, almost no clustering is visible, while in Figure 1b, the clustering becomes quite obvious by the similar structure in the first five dimensions. The example clearly shows the advantage of the Snake-Spiral over the original Spiral technique. Figure 5 shows the visualizations resulting from different snake widths (snake width = 2, 4, 16). Experiments with the Peano-Hilbert and the Morton variants of the Spiral- and the 2Dtechniques show a similar performance compared to the Snake variant (cf. Figure 6). For larger widths, however, we the Peano-Hilbert and Morton variants to perform better since their local clustering is better. A disadvantage of the Peano-Hilbert and Morton variants is that the sible spiral widths are limited to 2 i depending on the order i of the local Peano-Hilbert and Morton arrangement.
5 Conclusions The described techniques are all integrated into the VisDB database visualization and exploration environment. The VisDB system is implemented in C++/MOTIF and runs under X- Windows on HP 7xx machines. The system consists of an interactive interface which is divided into the visualization portion and the query specification portion. The query specification portion provides a slider-based direct-interaction interface which allows an intuitive specification of queries [Kei 94, KK 94]. The VisDB system has been specially designed to support the analysis and comparison of different visualization techniques. The goal of future work is to perform series of experiments which show the advantage of our new techniques on a wide range on data sets. The experiments are also important to determine the spiral widths which provide the best local clustering without destroying the global arrangement. Our experience in using the snake variants of the Spiral technique shows that snake widths between 6 and 10 provide good results. The optimal width, however, will probably depend on the properties of the data (e.g., size and number of clusters), and therefore, in our current implementation the user may switch arbitrarily between different widths. References [ADLP 95] Anupam V., Dar S., Leibfried T., Petajan E.: DataSpace: 3-D Visualization of Large Databases, Proc. Int. Symium on Information Visualization, Atlanta, GA, [And 72] Andrews D. F.: Plots of High-Dimensional Data, Biometrics, Vol. 29, 1972, pp [AS 94] [Asi 85] [AWS 92] [BF 90] Ahlberg C., Shneiderman B.: Visual Information Seeking: Tight Coupling of Dynamic Query Filters with Starfield Displays, Proc. ACM CHI Int. Conf. on Human Factors in Computing (CHI94 ), Boston, MA, 1994, pp Asimov D.: The Grand Tour: A Tool For Viewing Multidimensional Data, SIAM Journal of Science & Stat. Comp., Vol. 6, 1985, pp Ahlberg C., Williamson C., Shneiderman B.: Dynamic Queries for Information Exploration: An Implementation and Evaluation, Proc. ACM CHI Int. Conf. on Human Factors in Computing (CHI92), Monterey, CA, 1992, pp Beshers C., Feiner S.: Visualizing n-dimensional Virtual Worlds with n-vision, Computer Graphics, Vol. 24, No. 2, 1990, pp [BMMS 91] Buja A., McDonald J. A., Michalak J., Stuetzle W.: Interactive Data Visualization Using Focusing and Linking, Visualization 91, San Diego, CA, 1991, pp [Che 73] [Cle 93] Chernoff H.: 'The Use of Faces to Represent Points in k-dimensional Space Graphically, Journal Amer. Statistical Association, Vol. 68, pp Cleveland W. S.: Visualizing Data, AT&T Bell Laboratories, Murray Hill, NJ, Hobart Press, Summit NJ, 1993.
6 - 6 - [DE 82] Dunn G., Everitt B.: An Introduction to Mathematical Taxonomy, Cambridge University Press, Cambridge, MA, [Eic 94] Eick S.: Data Visualization Sliders, Proc. ACM UIST 94, [Hil 91] Hilbert D.: Über stetige Abbildung einer Line auf ein Flächenstück, Math. Annalen, Vol. 38, 1891, pp [Hub 85] Huber P. J.: Projection Pursuit, The Annals of Statistics, Vol. 13, No. 2, 1985, pp [ID 90] [Kei 94] [KK 94] [KKA 95] [KKS 93] [Mor 66] Inselberg A., Dimsdale B.: Parallel Coordinates: A Tool for Visualizing Multi-Dimensional Geometry, Visualization 90, San Francisco, CA., 1990, pp Keim D. A.: Visual Support for Query Specification and Data Mining, Ph.D. Dissertation, University of Munich, July 1994, Shaker-Publishing Company, Aachen, Germany, 1995, ISBN Keim D. A., Kriegel H.-P.: VisDB: Database Exploration using Multidimensional Visualization, Computer Graphics & Applications, Sept. 1994, pp Keim D. A., Kriegel H.-P., Ankerst M.: Recursive Pattern: A Technique for Visualizing Very Large Amounts of Data, Visualization 95, Atlanta, GA, Keim D. A., Kriegel H.-P., Seidl T.: Visual Feedback in Querying Large Databases, Visualization 93, San Jose, CA,1993. Morton G. M.: A Computer Oriented Geodetic Data Base and a New Technique in File Sequencing, IBM Ltd. Ottawa, Canada, [Pea 90] Peano G.: Sur une courbe qui remplit toute une aire plaine, Math. Annalen, Vol. 36, 1890, pp [SGB 91] [Shn 92] Smith S., Grinstein G., Bergeron R. D.: Interactive Data Exploration with a Supercomputer, Visualization 91, San Diego, CA, 1991, pp Shneiderman B.: Tree Visualization with Treemaps: A 2-D Space-filling Approach, ACM Trans. on Graphics, Vol. 11, No. 1, 1992, pp
Pixel-oriented Database Visualizations
SIGMOD RECORD special issue on Information Visualization, Dec. 1996. Pixel-oriented Database Visualizations Daniel A. Keim Institute for Computer Science, University of Munich Oettingenstr. 67, D-80538
Visual Data Mining with Pixel-oriented Visualization Techniques
Visual Data Mining with Pixel-oriented Visualization Techniques Mihael Ankerst The Boeing Company P.O. Box 3707 MC 7L-70, Seattle, WA 98124 [email protected] Abstract Pixel-oriented visualization
Pushing the limit in Visual Data Exploration: Techniques and Applications
Pushing the limit in Visual Data Exploration: Techniques and Applications Daniel A. Keim 1, Christian Panse 1, Jörn Schneidewind 1, Mike Sips 1, Ming C. Hao 2, and Umeshwar Dayal 2 1 University of Konstanz,
High Dimensional Data Visualization
High Dimensional Data Visualization Sándor Kromesch, Sándor Juhász Department of Automation and Applied Informatics, Budapest University of Technology and Economics, Budapest, Hungary Tel.: +36-1-463-3969;
Visualization Techniques in Data Mining
Tecniche di Apprendimento Automatico per Applicazioni di Data Mining Visualization Techniques in Data Mining Prof. Pier Luca Lanzi Laurea in Ingegneria Informatica Politecnico di Milano Polo di Milano
Test Data Sets for Evaluating Data Visualization Techniques
Test Data Sets for Evaluating Data Visualization Techniques Daniel A. Keim Institute for Computer Science, University of Munich, Leopoldstr. 11B, 80802 Munich, Germany, [email protected]
Visualization of Multivariate Data. Dr. Yan Liu Department of Biomedical, Industrial and Human Factors Engineering Wright State University
Visualization of Multivariate Data Dr. Yan Liu Department of Biomedical, Industrial and Human Factors Engineering Wright State University Introduction Multivariate (Multidimensional) Visualization Visualization
A Survey on Multivariate Data Visualization
A Survey on Multivariate Data Visualization Winnie Wing-Yi Chan Department of Computer Science and Engineering Hong Kong University of Science and Technology Clear Water Bay, Kowloon, Hong Kong June 2006
Clustering & Visualization
Chapter 5 Clustering & Visualization Clustering in high-dimensional databases is an important problem and there are a number of different clustering paradigms which are applicable to high-dimensional data.
Pixel bar charts: a visualization technique for very large multi-attributes data sets{
(2001) 0000, 00 ± 00 ã 2001 Palgrave. All rights reserved 1473 ± 8716 $15.00 www.palgrave-journals.com/ivs Pixel bar charts: a visualization technique for very large multi-attributes data sets{ Daniel
Information Visualization and Visual Data Mining
IEEE TRANSACTIONS ON VISUALIZATION AND COMPUTER GRAPHICS, VOL. 7, NO. 1, JANUARY-MARCH 2002 100 Information Visualization and Visual Data Mining Daniel A. Keim Abstract Never before in history data has
Visual Techniques for Exploring Databases. Overview
Visual Techniques for Exploring Databases Daniel A. Keim Institute for Computer Science, University of Halle-Wittenberg Overview 1. Introduction...2 2. Data Preprocessing Techniques...9 3. Visual Data
Extend Table Lens for High-Dimensional Data Visualization and Classification Mining
Extend Table Lens for High-Dimensional Data Visualization and Classification Mining CPSC 533c, Information Visualization Course Project, Term 2 2003 Fengdong Du [email protected] University of British Columbia
A Comparative Study of Visualization Techniques for Data Mining
A Comparative Study of Visualization Techniques for Data Mining A Thesis Submitted To The School of Computer Science and Software Engineering Monash University By Robert Redpath In fulfilment of the requirements
TOWARDS SIMPLE, EASY TO UNDERSTAND, AN INTERACTIVE DECISION TREE ALGORITHM
TOWARDS SIMPLE, EASY TO UNDERSTAND, AN INTERACTIVE DECISION TREE ALGORITHM Thanh-Nghi Do College of Information Technology, Cantho University 1 Ly Tu Trong Street, Ninh Kieu District Cantho City, Vietnam
Chapter 3 - Multidimensional Information Visualization II
Chapter 3 - Multidimensional Information Visualization II Concepts for visualizing univariate to hypervariate data Vorlesung Informationsvisualisierung Prof. Dr. Florian Alt, WS 2013/14 Konzept und Folien
Visual Mining of E-Customer Behavior Using Pixel Bar Charts
Visual Mining of E-Customer Behavior Using Pixel Bar Charts Ming C. Hao, Julian Ladisch*, Umeshwar Dayal, Meichun Hsu, Adrian Krug Hewlett Packard Research Laboratories, Palo Alto, CA. (ming_hao, dayal)@hpl.hp.com;
High-Dimensional Visualizations
High-Dimensional Visualizations Georges Grinstein 1, 2, Marjan Trutschl 1, Urška Cvek 1 1 Institute for Visualization and Perception Research University of Massachusetts Lowell and 2 AnVil Informatics,
Reviewing Data Visualization: an Analytical Taxonomical Study
Reviewing Data Visualization: an Analytical Taxonomical Study José F. Rodrigues Jr., Agma J. M. Traina, Maria Cristina F. de Oliveira, Caetano Traina Jr. Computer Science Department Computer and Mathematical
Scatterplot Layout for High-dimensional Data Visualization
Noname manuscript No. (will be inserted by the editor) Scatterplot Layout for High-dimensional Data Visualization Yunzhu Zheng Haruka Suematsu Takayuki Itoh Ryohei Fujimaki Satoshi Morinaga Yoshinobu Kawahara
Space-filling Techniques in Visualizing Output from Computer Based Economic Models
Space-filling Techniques in Visualizing Output from Computer Based Economic Models Richard Webber a, Ric D. Herbert b and Wei Jiang bc a National ICT Australia Limited, Locked Bag 9013, Alexandria, NSW
Interactive Data Mining and Visualization
Interactive Data Mining and Visualization Zhitao Qiu Abstract: Interactive analysis introduces dynamic changes in Visualization. On another hand, advanced visualization can provide different perspectives
Independence Diagrams: A Technique for Visual Data Mining
From: KDD-98 Proceedings. Copyright 1998, AAAI (www.aaai.org). All rights reserved. Independence Diagrams: A Technique for Visual Data Mining Stefan Berchtold H. V. Jagadish AT&T Laboratories AT&T Laboratories
NeuroVis: exploring interaction techniques by combining dimensional stacking and pixelization to visualize multidimensional multivariate data
NeuroVis: exploring interaction techniques by combining dimensional stacking and pixelization to visualize multidimensional multivariate data Category: Research ABSTRACT Applying a dimensional stacking
Data Mining: Exploring Data. Lecture Notes for Chapter 3. Introduction to Data Mining
Data Mining: Exploring Data Lecture Notes for Chapter 3 Introduction to Data Mining by Tan, Steinbach, Kumar Tan,Steinbach, Kumar Introduction to Data Mining 8/05/2005 1 What is data exploration? A preliminary
Analyzing The Role Of Dimension Arrangement For Data Visualization in Radviz
Analyzing The Role Of Dimension Arrangement For Data Visualization in Radviz Luigi Di Caro 1, Vanessa Frias-Martinez 2, and Enrique Frias-Martinez 2 1 Department of Computer Science, Universita di Torino,
Hierarchical Data Visualization. Ai Nakatani IAT 814 February 21, 2007
Hierarchical Data Visualization Ai Nakatani IAT 814 February 21, 2007 Introduction Hierarchical Data Directory structure Genealogy trees Biological taxonomy Business structure Project structure Challenges
Specific Usage of Visual Data Analysis Techniques
Specific Usage of Visual Data Analysis Techniques Snezana Savoska 1 and Suzana Loskovska 2 1 Faculty of Administration and Management of Information systems, Partizanska bb, 7000, Bitola, Republic of Macedonia
Topic Maps Visualization
Topic Maps Visualization Bénédicte Le Grand, Laboratoire d'informatique de Paris 6 Introduction Topic maps provide a bridge between the domains of knowledge representation and information management. Topics
Information Visualization Multivariate Data Visualization Krešimir Matković
Information Visualization Multivariate Data Visualization Krešimir Matković Vienna University of Technology, VRVis Research Center, Vienna Multivariable >3D Data Tables have so many variables that orthogonal
Integration of Cluster Analysis and Visualization Techniques for Visual Data Analysis
Integration of Cluster Analysis and Visualization Techniques for Visual Data Analysis M. Kreuseler, T. Nocke, H. Schumann, Institute of Computer Graphics University of Rostock, D-18059 Rostock, Germany
Visualizing High-density Clusters in Multidimensional Data
Visualizing High-density Clusters in Multidimensional Data Tran Van Long A thesis submitted in partial fulfilment of the requirements for the degree of Doctor of Philosophy in Computer Science Approved,
An Analysis on Density Based Clustering of Multi Dimensional Spatial Data
An Analysis on Density Based Clustering of Multi Dimensional Spatial Data K. Mumtaz 1 Assistant Professor, Department of MCA Vivekanandha Institute of Information and Management Studies, Tiruchengode,
Tree Visualization with Tree-Maps: 2-d Space-Filling Approach
I THE INTERACTION TECHNIQUE NOTEBOOK I Tree Visualization with Tree-Maps: 2-d Space-Filling Approach Ben Shneiderman University of Maryland Introduction. The traditional approach to representing tree structures
COM CO P 5318 Da t Da a t Explora Explor t a ion and Analysis y Chapte Chapt r e 3
COMP 5318 Data Exploration and Analysis Chapter 3 What is data exploration? A preliminary exploration of the data to better understand its characteristics. Key motivations of data exploration include Helping
Squarified Treemaps. Mark Bruls, Kees Huizing, and Jarke J. van Wijk
Squarified Treemaps Mark Bruls, Kees Huizing, and Jarke J. van Wijk Eindhoven University of Technology Dept. of Mathematics and Computer Science, P.O. Box 513, 500 MB Eindhoven, The Netherlands emailfkeesh,
HierarchyMap: A Novel Approach to Treemap Visualization of Hierarchical Data
P a g e 77 Vol. 9 Issue 5 (Ver 2.0), January 2010 Global Journal of Computer Science and Technology HierarchyMap: A Novel Approach to Treemap Visualization of Hierarchical Data Abstract- The HierarchyMap
Utilizing spatial information systems for non-spatial-data analysis
Jointly published by Akadémiai Kiadó, Budapest Scientometrics, and Kluwer Academic Publishers, Dordrecht Vol. 51, No. 3 (2001) 563 571 Utilizing spatial information systems for non-spatial-data analysis
PRACTICAL DATA MINING IN A LARGE UTILITY COMPANY
QÜESTIIÓ, vol. 25, 3, p. 509-520, 2001 PRACTICAL DATA MINING IN A LARGE UTILITY COMPANY GEORGES HÉBRAIL We present in this paper the main applications of data mining techniques at Electricité de France,
The Eyes Have It: A Task by Data Type Taxonomy for Information Visualizations. Ben Shneiderman, 1996
The Eyes Have It: A Task by Data Type Taxonomy for Information Visualizations Ben Shneiderman, 1996 Background the growth of computing + graphic user interface 1987 scientific visualization 1989 information
Visibility optimization for data visualization: A Survey of Issues and Techniques
Visibility optimization for data visualization: A Survey of Issues and Techniques Ch Harika, Dr.Supreethi K.P Student, M.Tech, Assistant Professor College of Engineering, Jawaharlal Nehru Technological
Data Mining: Exploring Data. Lecture Notes for Chapter 3. Introduction to Data Mining
Data Mining: Exploring Data Lecture Notes for Chapter 3 Introduction to Data Mining by Tan, Steinbach, Kumar What is data exploration? A preliminary exploration of the data to better understand its characteristics.
A Note on Space-Filling Visualizations and Space-Filling Curves
A Note on Space-Filling Visualizations and Space-Filling Curves Martin Wattenberg, IBM Research ABSTRACT A recent line of treemap research has focused on layout algorithms that optimize properties such
The Value of Visualization 2
The Value of Visualization 2 G Janacek -0.69 1.11-3.1 4.0 GJJ () Visualization 1 / 21 Parallel coordinates Parallel coordinates is a common way of visualising high-dimensional geometry and analysing multivariate
An example. Visualization? An example. Scientific Visualization. This talk. Information Visualization & Visual Analytics. 30 items, 30 x 3 values
Information Visualization & Visual Analytics Jack van Wijk Technische Universiteit Eindhoven An example y 30 items, 30 x 3 values I-science for Astronomy, October 13-17, 2008 Lorentz center, Leiden x An
Hierarchy and Tree Visualization
Hierarchy and Tree Visualization Definition Hierarchies An ordering of groups in which larger groups encompass sets of smaller groups. Data repository in which cases are related to subcases Hierarchical
Agenda. TreeMaps. What is a Treemap? Basics
Agenda TreeMaps What is a Treemap? Treemap Basics Original Treemap Algorithm (Slice-and-dice layout) Issues for Treemaps Cushion Treemaps Squarified Treemaps Ordered Treemaps Quantum Treemaps Other Treemaps
Interaction and Visualization Techniques for Programming
Interaction and Visualization Techniques for Programming Mikkel Rønne Jakobsen Dept. of Computing, University of Copenhagen Copenhagen, Denmark [email protected] Abstract. Programmers spend much of their
Data Mining and Database Systems: Where is the Intersection?
Data Mining and Database Systems: Where is the Intersection? Surajit Chaudhuri Microsoft Research Email: [email protected] 1 Introduction The promise of decision support systems is to exploit enterprise
Multi-Dimensional Data Visualization. Slides courtesy of Chris North
Multi-Dimensional Data Visualization Slides courtesy of Chris North What is the Cleveland s ranking for quantitative data among the visual variables: Angle, area, length, position, color Where are we?!
Spatio-Temporal Mapping -A Technique for Overview Visualization of Time-Series Datasets-
Progress in NUCLEAR SCIENCE and TECHNOLOGY, Vol. 2, pp.603-608 (2011) ARTICLE Spatio-Temporal Mapping -A Technique for Overview Visualization of Time-Series Datasets- Hiroko Nakamura MIYAMURA 1,*, Sachiko
Cours de Visualisation d'information InfoVis Lecture. Multivariate Data Sets
Cours de Visualisation d'information InfoVis Lecture Multivariate Data Sets Frédéric Vernier Maître de conférence / Lecturer Univ. Paris Sud Inspired from CS 7450 - John Stasko CS 5764 - Chris North Data
What is Visualization? Information Visualization An Overview. Information Visualization. Definitions
What is Visualization? Information Visualization An Overview Jonathan I. Maletic, Ph.D. Computer Science Kent State University Visualize/Visualization: To form a mental image or vision of [some
Iris Sample Data Set. Basic Visualization Techniques: Charts, Graphs and Maps. Summary Statistics. Frequency and Mode
Iris Sample Data Set Basic Visualization Techniques: Charts, Graphs and Maps CS598 Information Visualization Spring 2010 Many of the exploratory data techniques are illustrated with the Iris Plant data
Visual quality metrics and human perception: an initial study on 2D projections of large multidimensional data.
Visual quality metrics and human perception: an initial study on 2D projections of large multidimensional data. Andrada Tatu Institute for Computer and Information Science University of Konstanz Peter
Robust Outlier Detection Technique in Data Mining: A Univariate Approach
Robust Outlier Detection Technique in Data Mining: A Univariate Approach Singh Vijendra and Pathak Shivani Faculty of Engineering and Technology Mody Institute of Technology and Science Lakshmangarh, Sikar,
Big Data: Rethinking Text Visualization
Big Data: Rethinking Text Visualization Dr. Anton Heijs [email protected] Treparel April 8, 2013 Abstract In this white paper we discuss text visualization approaches and how these are important
Chapter 3 - Multidimensional Information Visualization II
Chapter 3 - Multidimensional Information Visualization II Concepts for visualizing univariate to hypervariate data Vorlesung Informationsvisualisierung Prof. Dr. Florian Alt, WS 2013/14 Konzept und Folien
Clutter Reduction in Multi-Dimensional Data Visualization Using Dimension. reordering.
Clutter Reduction in Multi-Dimensional Data Visualization Using Dimension Reordering Wei Peng, Matthew O. Ward and Elke A. Rundensteiner Computer Science Department Worcester Polytechnic Institute Worcester,
TOP-DOWN DATA ANALYSIS WITH TREEMAPS
TOP-DOWN DATA ANALYSIS WITH TREEMAPS Martijn Tennekes, Edwin de Jonge Statistics Netherlands (CBS), P.0.Box 4481, 6401 CZ Heerlen, The Netherlands [email protected], [email protected] Keywords: Abstract:
Voronoi Treemaps in D3
Voronoi Treemaps in D3 Peter Henry University of Washington [email protected] Paul Vines University of Washington [email protected] ABSTRACT Voronoi treemaps are an alternative to traditional rectangular
Blending Aggregation and Selection: Adapting Parallel Coordinates for the Visualization of Large Datasets
The Cartographic Journal Vol. 42 No. 1 pp. 49 60 June 2005 # The British Cartographic Society 2005 REFEREED PAPER Blending Aggregation and Selection: Adapting Parallel Coordinates for the Visualization
Cushion Treemaps: Visualization of Hierarchical Information
To be presented at the IEEE Symposium on Information Visualization (INFOVIS 99), San Francisco, October 25-26, 1999 Cushion Treemaps: Visualization of Hierarchical Information Jarke J. van Wijk Huub van
Character Image Patterns as Big Data
22 International Conference on Frontiers in Handwriting Recognition Character Image Patterns as Big Data Seiichi Uchida, Ryosuke Ishida, Akira Yoshida, Wenjie Cai, Yaokai Feng Kyushu University, Fukuoka,
A Study of Web Log Analysis Using Clustering Techniques
A Study of Web Log Analysis Using Clustering Techniques Hemanshu Rana 1, Mayank Patel 2 Assistant Professor, Dept of CSE, M.G Institute of Technical Education, Gujarat India 1 Assistant Professor, Dept
