The STC for Event Analysis: Scalability Issues
|
|
|
- Muriel Watkins
- 10 years ago
- Views:
Transcription
1 The STC for Event Analysis: Scalability Issues Georg Fuchs Gennady Andrienko
2 Events Something [significant] happened somewhere, sometime Analysis goal and domain dependent, e.g. Object starts/stops moving, Object property changes, Earthquake with magnitude > 2 on Richter scale Visualization methods Animated and dynamic query maps Space-Time Cube (STC)
3 The Scalability Challenge events
4 Analysis of Spatially Distributed Events: Major Questions How are the events distributed in space? at one particular time moment, or all events that occurred over a time period How are the event occurrences distributed over time? E.g., how does the overall event frequency vary? How does the pattern of spatial distribution of the events change over time? How are the events distributed in space + time? Are there any spatio-temporal clusters? 4
5 Example: Earthquakes in Marmara region (western Turkey and around) Data structure: <event identifier, position, time, {other attributes}> 5
6 Adressing the Scalability Challenge: Optimized Rendering? Full Opacity
7 Adressing the Scalability Challenge: Optimized Rendering? 50% Transparency
8 Adressing the Scalability Challenge: Optimized Rendering? 70% Transparency
9 Events Addressing the Scalability Challenge Something [significant] happened somewhere, sometime Analysis goal and domain dependent, e.g. Object starts/stops moving, Object property changes, Earthquake with magnitude > 2 on Richter scale Visualization methods Animated and dynamic query maps Space-Time Cube (STC) Analysis methods Spatio-Temporal Aggregation
10 Spatio-temporal aggregation Reduction of object/rendering primitive count Spatial aggregation: by units of any territory division E.g., cells of a regular grid Temporal aggregation: by time intervals Occlusion is still a problem since ST-aggregates typically use larger glyphs (e.g., spheres) to convey the aggregated region + time interval!
11 Events Addressing the Scalability Challenge Something [significant] happened somewhere, sometime Analysis goal and domain dependent, e.g. Object starts/stops moving, Object property changes, Earthquake with magnitude > 2 on Richter scale Visualization methods Animated and dynamic query maps Space-Time Cube (STC) Analysis methods Spatio-Temporal Aggregation Event Density Calculation
12 Event Density Calculations In case of 2D maps: compute density surfaces Disclaimer: There are far more polished tools than the one used for these illustrations...
13 Event Density Calculations In case of 3D STC: worthwhile looking at volume visualization??? MathWorks
14 Events Adressing the Scalability Challenge Something [significant] happened somewhere, sometime Analysis goal and domain dependent, e.g. Object starts/stops moving, Object property changes, Earthquake with magnitude > 2 on Richter scale Visualization methods Animated and dynamic query maps Space-Time Cube (STC) Analysis methods Spatio-Temporal Aggregation Event Density Calculation Spatio-Temporal Clustering
15 Event Distribution in Space-Time Finding clusters in Space-Time This is what we are interested in!
16 Event Distribution in Space-Time Finding clusters in Space-Time We see that all but one events really occurred very close to each other. We can conclude that this is indeed a spatiotemporal cluster and, hence, there may be a relationship between these events
17 Event Distribution in Space-Time Finding clusters in Space-Time We see that the events seem to split into two sequences with a certain time lapse between them
18 Event Distribution in Space-Time Automated Detection of ST Event Clusters The number of clusters must be known in advance Returns convex shaped clusters Connection between events with a certain distance threshold. Difficult to parametrize. Extract arbitrarly shaped clusters. Doesn t require a priori specification of the amount of clusters.
19 Density based Clustering Algorithm
20 Event Distribution in Space-Time Automated Detection of ST Event Clusters Clusters detection using density-based clustering Parameters: spatial distance threshold = 10 km Temporal distance threshold = 30 days 20
21 Event Distribution in Space-Time Automated Detection of ST Event Clusters Clusters detection using density-based clustering Observations and caveats: The space-time cube reveals an interesting pattern: a west-east shift of cluster locations over the studied time period Number of detected clusters (108) exceeds number of discernible colors different clusters are often colored very similarly 21
22 Automated Detection of ST Event Clusters Scaling to extremely large event data Extended DBScan Density-based algorithms typically assume entire data fits into RAM at once Might not hold during initial explorative analysis e.g., Flickr photo-taking ~100,000,000 events Proposed scalability extension to DBSCAN (EuroVA 12) Scalable to large datasets not fitting in RAM Accounts for spatiotemporal nature of the data Improved execution time compared to DBSCAN
23 Extended DBSCAN Spatio-temporal neighborhood parameters
24 Extended DBSCAN Principal algorithm steps Data is successively loaded into RAM in partially overlapping frames Database
25 Extended DBSCAN Principal algorithm steps DBSCAN is applied to each frame independently using ST-neighborhood criterion Database Main Memory: RAM
26 Extended DBSCAN Principal algorithm steps DBSCAN is applied to each frame independently using ST-neighborhood criterion Database Main Memory: RAM
27 Extended DBSCAN Principal algorithm steps DBSCAN is applied to each frame independently using ST-neighborhood criterion Database Main Memory: RAM
28 Extended DBSCAN Principal algorithm steps DBSCAN is applied to each frame independently using ST-neighborhood criterion Database Main Memory: RAM
29 Extended DBSCAN Principal algorithm steps DBSCAN is applied to each frame independently using ST-neighborhood criterion Database Main Memory: RAM
30 Extended DBSCAN Principal algorithm steps When clustering is completed, the clusters of consecutive frames are merged. Database Main Memory: RAM
31 Extended DBSCAN Principal algorithm steps When clustering is completed, the clusters of consecutive frames are merged. Database Main Memory: RAM
32 Extended DBSCAN Principal algorithm steps When clustering is completed, the clusters of consecutive frames are merged. Database Main Memory: RAM Database
33 Extended DBSCAN Principal algorithm steps After merging, RAM occupied by old frames is released. Database Main Memory: RAM Database
34 Extended DBSCAN Principal algorithm steps Database Main Memory: RAM Database
35 Extended DBSCAN Principal algorithm steps Database Main Memory: RAM Database
36 Extended DBSCAN Principal algorithm steps Database Main Memory: RAM Database
37 Extended DBSCAN Principal algorithm steps Database Main Memory: RAM Database
38 Extended DBSCAN Merging process
39 Extended DBSCAN Merging process
40 Extended DBSCAN Use for visual exploration The proposed algorithm can be used for visual analysis large datasets. 2 mil. points. / GPS- tracks Collected in one week. Objective: Detect traffic jams in the city. Investigate the properties of the clusters.
41 Extended DBSCAN Use for visual exploration Detection: Spatio-temporal clusters of slow movement events Remove noise (i.e., spurious slow movements) Investigation: Temporal distribution of these traffic jams Convex hulls/prism representation Less objects/glyphs to visualize Spatial and/or temporal zooming can be applied
42 Extended DBSCAN Use for visual exploration convex hull cluster representation
43 Extended DBSCAN Use for visual exploration temporal zooming
44 Extended DBSCAN Use for visual exploration
45 Extended DBSCAN Future Work Combine temporal with spatial framing Dynamic frame sizes according to local density distribution Exploit inherent parallelism of independent frame clustering
46 Executive Summary Or: Why is that guy at this workshop? STC useful tool for event analysis One focus of interest: scalability of STC visualization and backing analysis methods Improved rendering, data reduction (clustering), volume rendering(?) Strong interest in software engineering & rendering: would also like to exchange experiences on architectures, data structures, shader-based graphics pipelines + rendering engines!
Space-Time Cube in Visual Analytics
Gennady Andrienko Natalia Andrienko /and in cooperation with P.Gatalsky, G.Fuchs, K.Vrotsou, I.Peca, C.Tominski, H.Schumann inspired by T.Hagerstrand, M-J Kraak, M-P Kwan and others 1 A bit of STC history
Scalable Cluster Analysis of Spatial Events
International Workshop on Visual Analytics (2012) K. Matkovic and G. Santucci (Editors) Scalable Cluster Analysis of Spatial Events I. Peca 1, G. Fuchs 1, K. Vrotsou 1,2, N. Andrienko 1 & G. Andrienko
Real-time Processing and Visualization of Massive Air-Traffic Data in Digital Landscapes
Real-time Processing and Visualization of Massive Air-Traffic Data in Digital Landscapes Digital Landscape Architecture 2015, Dessau Stefan Buschmann, Matthias Trapp, and Jürgen Döllner Hasso-Plattner-Institut,
Big Data and Analytics: Getting Started with ArcGIS. Mike Park Erik Hoel
Big Data and Analytics: Getting Started with ArcGIS Mike Park Erik Hoel Agenda Overview of big data Distributed computation User experience Data management Big data What is it? Big Data is a loosely defined
Interactive Analysis of Event Data Using Space-Time Cube
Interactive Analysis of Event Data Using Space-Time Cube Peter Gatalsky, Natalia Andrienko, and Gennady Andrienko Fraunhofer Institute for Autonomous Intelligent Systems Schloss Birlinghoven, D-53754 Sankt
Facts about Visualization Pipelines, applicable to VisIt and ParaView
Facts about Visualization Pipelines, applicable to VisIt and ParaView March 2013 Jean M. Favre, CSCS Agenda Visualization pipelines Motivation by examples VTK Data Streaming Visualization Pipelines: Introduction
Spatio-Temporal Networks:
Spatio-Temporal Networks: Analyzing Change Across Time and Place WHITE PAPER By: Jeremy Peters, Principal Consultant, Digital Commerce Professional Services, Pitney Bowes ABSTRACT ORGANIZATIONS ARE GENERATING
Data Mining Cluster Analysis: Basic Concepts and Algorithms. Lecture Notes for Chapter 8. Introduction to Data Mining
Data Mining Cluster Analysis: Basic Concepts and Algorithms Lecture Notes for Chapter 8 Introduction to Data Mining by Tan, Steinbach, Kumar Tan,Steinbach, Kumar Introduction to Data Mining 4/8/2004 Hierarchical
Exploratory Data Analysis for Ecological Modelling and Decision Support
Exploratory Data Analysis for Ecological Modelling and Decision Support Gennady Andrienko & Natalia Andrienko Fraunhofer Institute AIS Sankt Augustin Germany http://www.ais.fraunhofer.de/and 5th ECEM conference,
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.
Data Mining Clustering (2) Sheets are based on the those provided by Tan, Steinbach, and Kumar. Introduction to Data Mining
Data Mining Clustering (2) Toon Calders Sheets are based on the those provided by Tan, Steinbach, and Kumar. Introduction to Data Mining Outline Partitional Clustering Distance-based K-means, K-medoids,
Big Data and Analytics: A Conceptual Overview. Mike Park Erik Hoel
Big Data and Analytics: A Conceptual Overview Mike Park Erik Hoel In this technical workshop This presentation is for anyone that uses ArcGIS and is interested in analyzing large amounts of data We will
GEO-VISUALIZATION SUPPORT FOR MULTIDIMENSIONAL CLUSTERING
Geoinformatics 2004 Proc. 12th Int. Conf. on Geoinformatics Geospatial Information Research: Bridging the Pacific and Atlantic University of Gävle, Sweden, 7-9 June 2004 GEO-VISUALIZATION SUPPORT FOR MULTIDIMENSIONAL
SPATIAL DATA CLASSIFICATION AND DATA MINING
, pp.-40-44. Available online at http://www. bioinfo. in/contents. php?id=42 SPATIAL DATA CLASSIFICATION AND DATA MINING RATHI J.B. * AND PATIL A.D. Department of Computer Science & Engineering, Jawaharlal
Forschungskolleg Data Analytics Methods and Techniques
Forschungskolleg Data Analytics Methods and Techniques Martin Hahmann, Gunnar Schröder, Phillip Grosse Prof. Dr.-Ing. Wolfgang Lehner Why do we need it? We are drowning in data, but starving for knowledge!
Parallel Large-Scale Visualization
Parallel Large-Scale Visualization Aaron Birkland Cornell Center for Advanced Computing Data Analysis on Ranger January 2012 Parallel Visualization Why? Performance Processing may be too slow on one CPU
MOBILITY DATA MODELING AND REPRESENTATION
PART I MOBILITY DATA MODELING AND REPRESENTATION 1 Trajectories and Their Representations Stefano Spaccapietra, Christine Parent, and Laura Spinsanti 1.1 Introduction For a long time, applications have
Understanding the Value of In-Memory in the IT Landscape
February 2012 Understing the Value of In-Memory in Sponsored by QlikView Contents The Many Faces of In-Memory 1 The Meaning of In-Memory 2 The Data Analysis Value Chain Your Goals 3 Mapping Vendors to
Visualization methods for patent data
Visualization methods for patent data Treparel 2013 Dr. Anton Heijs (CTO & Founder) Delft, The Netherlands Introduction Treparel can provide advanced visualizations for patent data. This document describes
IMPLICIT SHAPE MODELS FOR OBJECT DETECTION IN 3D POINT CLOUDS
IMPLICIT SHAPE MODELS FOR OBJECT DETECTION IN 3D POINT CLOUDS Alexander Velizhev 1 (presenter) Roman Shapovalov 2 Konrad Schindler 3 1 Hexagon Technology Center, Heerbrugg, Switzerland 2 Graphics & Media
Data Mining. Cluster Analysis: Advanced Concepts and Algorithms
Data Mining Cluster Analysis: Advanced Concepts and Algorithms Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 1 More Clustering Methods Prototype-based clustering Density-based clustering Graph-based
Big Data Mining Services and Knowledge Discovery Applications on Clouds
Big Data Mining Services and Knowledge Discovery Applications on Clouds Domenico Talia DIMES, Università della Calabria & DtoK Lab Italy [email protected] Data Availability or Data Deluge? Some decades
Scientific Visualization with ParaView
Scientific Visualization with ParaView Geilo Winter School 2016 Andrea Brambilla (GEXCON AS, Bergen) Outline Part 1 (Monday) Fundamentals Data Filtering Part 2 (Tuesday) Time Dependent Data Selection &
Cluster Analysis: Advanced Concepts
Cluster Analysis: Advanced Concepts and dalgorithms Dr. Hui Xiong Rutgers University Introduction to Data Mining 08/06/2006 1 Introduction to Data Mining 08/06/2006 1 Outline Prototype-based Fuzzy c-means
Introduction to Computer Graphics
Introduction to Computer Graphics Torsten Möller TASC 8021 778-782-2215 [email protected] www.cs.sfu.ca/~torsten Today What is computer graphics? Contents of this course Syllabus Overview of course topics
Applications of Dynamic Representation Technologies in Multimedia Electronic Map
Applications of Dynamic Representation Technologies in Multimedia Electronic Map WU Guofeng CAI Zhongliang DU Qingyun LONG Yi (School of Resources and Environment Science, Wuhan University, Wuhan, Hubei.
Introduction to Data Mining
Introduction to Data Mining 1 Why Data Mining? Explosive Growth of Data Data collection and data availability Automated data collection tools, Internet, smartphones, Major sources of abundant data Business:
Clustering of Documents for Forensic Analysis
Clustering of Documents for Forensic Analysis Asst. Prof. Mrs. Mugdha Kirkire #1, Stanley George #2,RanaYogeeta #3,Vivek Shukla #4, Kumari Pinky #5 #1 GHRCEM, Wagholi, Pune,9975101287. #2,GHRCEM, Wagholi,
DICON: Visual Cluster Analysis in Support of Clinical Decision Intelligence
DICON: Visual Cluster Analysis in Support of Clinical Decision Intelligence Abstract David Gotz, PhD 1, Jimeng Sun, PhD 1, Nan Cao, MS 2, Shahram Ebadollahi, PhD 1 1 IBM T.J. Watson Research Center, New
Traffic Monitoring Systems. Technology and sensors
Traffic Monitoring Systems Technology and sensors Technology Inductive loops Cameras Lidar/Ladar and laser Radar GPS etc Inductive loops Inductive loops signals Inductive loop sensor The inductance signal
Draft Martin Doerr ICS-FORTH, Heraklion, Crete Oct 4, 2001
A comparison of the OpenGIS TM Abstract Specification with the CIDOC CRM 3.2 Draft Martin Doerr ICS-FORTH, Heraklion, Crete Oct 4, 2001 1 Introduction This Mapping has the purpose to identify, if the OpenGIS
REGULATIONS FOR THE DEGREE OF MASTER OF SCIENCE IN COMPUTER SCIENCE (MSc[CompSc])
305 REGULATIONS FOR THE DEGREE OF MASTER OF SCIENCE IN COMPUTER SCIENCE (MSc[CompSc]) (See also General Regulations) Any publication based on work approved for a higher degree should contain a reference
How To Understand The History Of Navigation In French Marine Science
E-navigation, from sensors to ship behaviour analysis Laurent ETIENNE, Loïc SALMON French Naval Academy Research Institute Geographic Information Systems Group [email protected] [email protected]
A Genetic Algorithm-Evolved 3D Point Cloud Descriptor
A Genetic Algorithm-Evolved 3D Point Cloud Descriptor Dominik Wȩgrzyn and Luís A. Alexandre IT - Instituto de Telecomunicações Dept. of Computer Science, Univ. Beira Interior, 6200-001 Covilhã, Portugal
Interactive Information Visualization of Trend Information
Interactive Information Visualization of Trend Information Yasufumi Takama Takashi Yamada Tokyo Metropolitan University 6-6 Asahigaoka, Hino, Tokyo 191-0065, Japan [email protected] Abstract This paper
A Learning Based Method for Super-Resolution of Low Resolution Images
A Learning Based Method for Super-Resolution of Low Resolution Images Emre Ugur June 1, 2004 [email protected] Abstract The main objective of this project is the study of a learning based method
Parallel Analysis and Visualization on Cray Compute Node Linux
Parallel Analysis and Visualization on Cray Compute Node Linux David Pugmire, Oak Ridge National Laboratory and Hank Childs, Lawrence Livermore National Laboratory and Sean Ahern, Oak Ridge National Laboratory
An Interactive Web Based Spatio-Temporal Visualization System
An Interactive Web Based Spatio-Temporal Visualization System Anil Ramakrishna, Yu-Han Chang, and Rajiv Maheswaran Department of Computer Science, University of Southern California, Los Angeles, CA {akramakr,maheswar}@usc.edu,[email protected]
CHAPTER-24 Mining Spatial Databases
CHAPTER-24 Mining Spatial Databases 24.1 Introduction 24.2 Spatial Data Cube Construction and Spatial OLAP 24.3 Spatial Association Analysis 24.4 Spatial Clustering Methods 24.5 Spatial Classification
Categorical Data Visualization and Clustering Using Subjective Factors
Categorical Data Visualization and Clustering Using Subjective Factors Chia-Hui Chang and Zhi-Kai Ding Department of Computer Science and Information Engineering, National Central University, Chung-Li,
ASSESSMENT OF VISUALIZATION SOFTWARE FOR SUPPORT OF CONSTRUCTION SITE INSPECTION TASKS USING DATA COLLECTED FROM REALITY CAPTURE TECHNOLOGIES
ASSESSMENT OF VISUALIZATION SOFTWARE FOR SUPPORT OF CONSTRUCTION SITE INSPECTION TASKS USING DATA COLLECTED FROM REALITY CAPTURE TECHNOLOGIES ABSTRACT Chris Gordon 1, Burcu Akinci 2, Frank Boukamp 3, and
Visualization with ParaView. Greg Johnson
Visualization with Greg Johnson Before we begin Make sure you have 3.8.0 installed so you can follow along in the lab section http://paraview.org/paraview/resources/software.html http://www.paraview.org/
Introduction to Visualization with VTK and ParaView
Introduction to Visualization with VTK and ParaView R. Sungkorn and J. Derksen Department of Chemical and Materials Engineering University of Alberta Canada August 24, 2011 / LBM Workshop 1 Introduction
INFORMING A INFORMATION DISCOVERY TOOL FOR USING GESTURE
INFORMING A INFORMATION DISCOVERY TOOL FOR USING GESTURE Luís Manuel Borges Gouveia Feliz Ribeiro Gouveia {lmbg, fribeiro}@ufp.pt Centro de Recursos Multimediáticos Universidade Fernando Pessoa Porto -
BIG DATA VISUALIZATION. Team Impossible Peter Vilim, Sruthi Mayuram Krithivasan, Matt Burrough, and Ismini Lourentzou
BIG DATA VISUALIZATION Team Impossible Peter Vilim, Sruthi Mayuram Krithivasan, Matt Burrough, and Ismini Lourentzou Let s begin with a story Let s explore Yahoo s data! Dora the Data Explorer has a new
The Scientific Data Mining Process
Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In
Knowledge Discovery from patents using KMX Text Analytics
Knowledge Discovery from patents using KMX Text Analytics Dr. Anton Heijs [email protected] Treparel Abstract In this white paper we discuss how the KMX technology of Treparel can help searchers
Public Transportation BigData Clustering
Public Transportation BigData Clustering Preliminary Communication Tomislav Galba J.J. Strossmayer University of Osijek Faculty of Electrical Engineering Cara Hadriana 10b, 31000 Osijek, Croatia [email protected]
The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets
The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets!! Large data collections appear in many scientific domains like climate studies.!! Users and
Spatio-Temporal Clustering: a Survey
Spatio-Temporal Clustering: a Survey Slava Kisilevich, Florian Mansmann, Mirco Nanni, Salvatore Rinzivillo Abstract Spatio-temporal clustering is a process of grouping objects based on their spatial and
The Big Data methodology in computer vision systems
The Big Data methodology in computer vision systems Popov S.B. Samara State Aerospace University, Image Processing Systems Institute, Russian Academy of Sciences Abstract. I consider the advantages of
This high level land planning and design system will replace the land
Performance Planning System () The following is a v1.3 feature analysis, which clarifies differences, between and American Planning Association (APA) Land Based Classification Standards (LBCS) for color
SuperViz: An Interactive Visualization of Super-Peer P2P Network
SuperViz: An Interactive Visualization of Super-Peer P2P Network Anthony (Peiqun) Yu [email protected] Abstract: The Efficient Clustered Super-Peer P2P network is a novel P2P architecture, which overcomes
Data Distribution Algorithms for Reliable. Reliable Parallel Storage on Flash Memories
Data Distribution Algorithms for Reliable Parallel Storage on Flash Memories Zuse Institute Berlin November 2008, MEMICS Workshop Motivation Nonvolatile storage Flash memory - Invented by Dr. Fujio Masuoka
Clustering Data Streams
Clustering Data Streams Mohamed Elasmar Prashant Thiruvengadachari Javier Salinas Martin [email protected] [email protected] [email protected] Introduction: Data mining is the science of extracting
Alejandro Vaisman Esteban Zimanyi. Data. Warehouse. Systems. Design and Implementation. ^ Springer
Alejandro Vaisman Esteban Zimanyi Data Warehouse Systems Design and Implementation ^ Springer Contents Part I Fundamental Concepts 1 Introduction 3 1.1 A Historical Overview of Data Warehousing 4 1.2 Spatial
How To Use Hadoop For Gis
2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Big Data: Using ArcGIS with Apache Hadoop David Kaiser Erik Hoel Offering 1330 Esri UC2013. Technical Workshop.
Parallel Visualization for GIS Applications
Parallel Visualization for GIS Applications Alexandre Sorokine, Jamison Daniel, Cheng Liu Oak Ridge National Laboratory, Geographic Information Science & Technology, PO Box 2008 MS 6017, Oak Ridge National
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
Dr. Shih-Lung Shaw s Research on Space-Time GIS, Human Dynamics and Big Data
Dr. Shih-Lung Shaw s Research on Space-Time GIS, Human Dynamics and Big Data for Geography Department s Faculty Research Highlight October 12, 2014 Shih-Lung Shaw, Ph.D. Alvin and Sally Beaman Professor
Topics in basic DBMS course
Topics in basic DBMS course Database design Transaction processing Relational query languages (SQL), calculus, and algebra DBMS APIs Database tuning (physical database design) Basic query processing (ch
Exploratory Spatial Data Analysis
Exploratory Spatial Data Analysis Part II Dynamically Linked Views 1 Contents Introduction: why to use non-cartographic data displays Display linking by object highlighting Dynamic Query Object classification
Environmental Remote Sensing GEOG 2021
Environmental Remote Sensing GEOG 2021 Lecture 4 Image classification 2 Purpose categorising data data abstraction / simplification data interpretation mapping for land cover mapping use land cover class
Silverlight for Windows Embedded Graphics and Rendering Pipeline 1
Silverlight for Windows Embedded Graphics and Rendering Pipeline 1 Silverlight for Windows Embedded Graphics and Rendering Pipeline Windows Embedded Compact 7 Technical Article Writers: David Franklin,
Lecture Notes, CEng 477
Computer Graphics Hardware and Software Lecture Notes, CEng 477 What is Computer Graphics? Different things in different contexts: pictures, scenes that are generated by a computer. tools used to make
A Short Introduction to Computer Graphics
A Short Introduction to Computer Graphics Frédo Durand MIT Laboratory for Computer Science 1 Introduction Chapter I: Basics Although computer graphics is a vast field that encompasses almost any graphical
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,
Spatial Data Analysis
14 Spatial Data Analysis OVERVIEW This chapter is the first in a set of three dealing with geographic analysis and modeling methods. The chapter begins with a review of the relevant terms, and an outlines
1.1 Difficulty in Fault Localization in Large-Scale Computing Systems
Chapter 1 Introduction System failures have been one of the biggest obstacles in operating today s largescale computing systems. Fault localization, i.e., identifying direct or indirect causes of failures,
Geovisual Analytics Exploring and analyzing large spatial and multivariate data. Prof Mikael Jern & Civ IngTobias Åström. http://ncva.itn.liu.
Geovisual Analytics Exploring and analyzing large spatial and multivariate data Prof Mikael Jern & Civ IngTobias Åström http://ncva.itn.liu.se/ Agenda Introduction to a Geovisual Analytics Demo Explore
Using Photorealistic RenderMan for High-Quality Direct Volume Rendering
Using Photorealistic RenderMan for High-Quality Direct Volume Rendering Cyrus Jam [email protected] Mike Bailey [email protected] San Diego Supercomputer Center University of California San Diego Abstract With
Monitoring and Mining Sensor Data in Cloud Computing Environments
Monitoring and Mining Sensor Data in Cloud Computing Environments Wen-Chih Peng and Yu-Chee Tseng Dept. of Computer Science National Chiao Tung University {wcpeng, yctseng}@cs.nctu.edu.tw 1 Outline Sensor
A Pattern-Based Approach to. Automated Application Performance Analysis
A Pattern-Based Approach to Automated Application Performance Analysis Nikhil Bhatia, Shirley Moore, Felix Wolf, and Jack Dongarra Innovative Computing Laboratory University of Tennessee (bhatia, shirley,
A Security Specification Language (SSL) for Run-Time Policy Enforcement
A Security Specification Language (SSL) for Run-Time Policy Enforcement Topic Area: Design approaches and Run Time Assurance for Highly Dynamic Systems Sandeep Shukla FERMAT Lab, Centre for Embedded Systems
Clustering. Data Mining. Abraham Otero. Data Mining. Agenda
Clustering 1/46 Agenda Introduction Distance K-nearest neighbors Hierarchical clustering Quick reference 2/46 1 Introduction It seems logical that in a new situation we should act in a similar way as in
Customer Analytics. Turn Big Data into Big Value
Turn Big Data into Big Value All Your Data Integrated in Just One Place BIRT Analytics lets you capture the value of Big Data that speeds right by most enterprises. It analyzes massive volumes of data
Particles, Flocks, Herds, Schools
CS 4732: Computer Animation Particles, Flocks, Herds, Schools Robert W. Lindeman Associate Professor Department of Computer Science Worcester Polytechnic Institute [email protected] Control vs. Automation Director's
Advanced Volume Rendering Techniques for Medical Applications
Advanced Volume Rendering Techniques for Medical Applications Verbesserte Darstellungsmethoden für Volumendaten in medizinischen Anwendungen J. Georgii 1, J. Schneider 1, J. Krüger 1, R. Westermann 1,
Unsupervised Data Mining (Clustering)
Unsupervised Data Mining (Clustering) Javier Béjar KEMLG December 01 Javier Béjar (KEMLG) Unsupervised Data Mining (Clustering) December 01 1 / 51 Introduction Clustering in KDD One of the main tasks in
Consumption of OData Services of Open Items Analytics Dashboard using SAP Predictive Analysis
Consumption of OData Services of Open Items Analytics Dashboard using SAP Predictive Analysis (Version 1.17) For validation Document version 0.1 7/7/2014 Contents What is SAP Predictive Analytics?... 3
Massive Cloud Auditing using Data Mining on Hadoop
Massive Cloud Auditing using Data Mining on Hadoop Prof. Sachin Shetty CyberBAT Team, AFRL/RIGD AFRL VFRP Tennessee State University Outline Massive Cloud Auditing Traffic Characterization Distributed
Visualizing Data: Scalable Interactivity
Visualizing Data: Scalable Interactivity The best data visualizations illustrate hidden information and structure contained in a data set. As access to large data sets has grown, so has the need for interactive
SQL Server 2005 Features Comparison
Page 1 of 10 Quick Links Home Worldwide Search Microsoft.com for: Go : Home Product Information How to Buy Editions Learning Downloads Support Partners Technologies Solutions Community Previous Versions
VISUALIZING SPACE-TIME UNCERTAINTY OF DENGUE FEVER OUTBREAKS. Dr. Eric Delmelle Geography & Earth Sciences University of North Carolina at Charlotte
VISUALIZING SPACE-TIME UNCERTAINTY OF DENGUE FEVER OUTBREAKS Dr. Eric Delmelle Geography & Earth Sciences University of North Carolina at Charlotte 2 Objectives Evaluate the impact of positional and temporal
Visual Analytics Tools for Analysis of Movement Data
Visual Analytics Tools for Analysis of Movement Data Gennady Andrienko 1 Natalia Andrienko 1 Stefan Wrobel 1,2 1 Fraunhofer Institute for Intelligent Analysis and Information Systems IAIS Schloss Birlinghoven
