首页 > 最新文献

2013 17th International Conference on Information Visualisation最新文献

英文 中文
Using Clustering to Improve Decision Trees Visualization 利用聚类改进决策树可视化
Pub Date : 2013-07-16 DOI: 10.1109/IV.2013.24
O. Parisot, Y. Didry, T. Tamisier, B. Otjacques
Decision trees are simple and powerful decision support tools, and their graphical nature can be very useful for visual analysis tasks. However, decision trees tend to be large and hard to display when they are built from complex real world data. This paper proposes an original solution to optimize the visual representation of decision trees obtained from data. The solution combines clustering and feature construction, and introduces a new clustering algorithm that takes into account the visual properties and the accuracy of decision trees. A prototype has been implemented, and the benefits of the proposed method are shown using the results of several experiments performed on the UCI datasets.
决策树是简单而强大的决策支持工具,其图形化特性对于可视化分析任务非常有用。然而,当决策树由复杂的现实世界数据构建时,它们往往很大且难以显示。本文提出了一种优化决策树可视化表示的新颖方法。该方案将聚类和特征构建相结合,引入了一种考虑决策树视觉特性和准确性的聚类算法。原型已经实现,并通过在UCI数据集上进行的几个实验结果显示了所提出方法的优点。
{"title":"Using Clustering to Improve Decision Trees Visualization","authors":"O. Parisot, Y. Didry, T. Tamisier, B. Otjacques","doi":"10.1109/IV.2013.24","DOIUrl":"https://doi.org/10.1109/IV.2013.24","url":null,"abstract":"Decision trees are simple and powerful decision support tools, and their graphical nature can be very useful for visual analysis tasks. However, decision trees tend to be large and hard to display when they are built from complex real world data. This paper proposes an original solution to optimize the visual representation of decision trees obtained from data. The solution combines clustering and feature construction, and introduces a new clustering algorithm that takes into account the visual properties and the accuracy of decision trees. A prototype has been implemented, and the benefits of the proposed method are shown using the results of several experiments performed on the UCI datasets.","PeriodicalId":354135,"journal":{"name":"2013 17th International Conference on Information Visualisation","volume":"110 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-07-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123545330","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Nonlinear Dimensionality Reduction for Cluster Identification in Metagenomic Samples 宏基因组样本聚类识别的非线性降维方法
Pub Date : 2013-07-16 DOI: 10.1109/IV.2013.22
A. Gisbrecht, B. Hammer, B. Mokbel, A. Sczyrba
We investigate the potential of modern nonlinear dimensionality reduction techniques for an interactive cluster detection in bioinformatics applications. We demonstrate that recent non-parametric techniques such as t-distributed stochastic neighbor embedding (t-SNE) allow a cluster identification which is superior to direct clustering of the original data or cluster detection based on classical parametric dimensionality reduction approaches. Non-parametric approaches, however, display quadratic complexity which makes them unsuitable in interactive devices. As speedup, we propose kernel-t-SNE as a fast parametric counterpart based on t-SNE.
我们研究了现代非线性降维技术在生物信息学应用中的交互聚类检测的潜力。我们证明了最近的非参数技术,如t分布随机邻居嵌入(t-SNE)允许集群识别,这优于原始数据的直接聚类或基于经典参数降维方法的聚类检测。然而,非参数方法具有二次复杂度,不适合用于交互设备。作为加速,我们提出了基于t-SNE的快速参数对应的内核-t-SNE。
{"title":"Nonlinear Dimensionality Reduction for Cluster Identification in Metagenomic Samples","authors":"A. Gisbrecht, B. Hammer, B. Mokbel, A. Sczyrba","doi":"10.1109/IV.2013.22","DOIUrl":"https://doi.org/10.1109/IV.2013.22","url":null,"abstract":"We investigate the potential of modern nonlinear dimensionality reduction techniques for an interactive cluster detection in bioinformatics applications. We demonstrate that recent non-parametric techniques such as t-distributed stochastic neighbor embedding (t-SNE) allow a cluster identification which is superior to direct clustering of the original data or cluster detection based on classical parametric dimensionality reduction approaches. Non-parametric approaches, however, display quadratic complexity which makes them unsuitable in interactive devices. As speedup, we propose kernel-t-SNE as a fast parametric counterpart based on t-SNE.","PeriodicalId":354135,"journal":{"name":"2013 17th International Conference on Information Visualisation","volume":"92 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-07-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121427003","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 28
Shortest Path Approach to Edge Routing 边路由的最短路径方法
Pub Date : 2013-07-16 DOI: 10.1109/IV.2013.97
J. Dokulil, J. Katreniaková, D. Bednárek
Traditionally, drawing of edges is performed together with drawing of nodes. However, there are situations where positions of the nodes are fixed, e.g., when the positions are defined by the user or a separate algorithm. An example of this situation is a database schema editor, where user positions the nodes (i.e., visual representations of definitions of individual database tables) according to their meaning, for example grouping them according to sub domains of the problem. In this case, we only need to draw the edges but we must do that in such a way that the lines that represent these edges do not cross the rectangles that represent the nodes -- we need to perform some kind of edge routing. This paper describes an algorithm that performs edge routing in such a way that the lengths of the polylines it produces are minimal. We also describe several ways of improving the performance of the basic algorithm so that it can be used even for interactive graph visualization and manipulation, which is necessary in our scenario. Then, we show several post-processing steps that are used to turn the results of the algorithm into a usable visualization.
传统上,边的绘制是与节点的绘制一起进行的。然而,在某些情况下,节点的位置是固定的,例如,当位置由用户或单独的算法定义时。这种情况的一个例子是数据库模式编辑器,用户根据节点的含义定位节点(即单个数据库表定义的可视化表示),例如根据问题的子域对节点进行分组。在这种情况下,我们只需要绘制边缘,但我们必须以这样一种方式进行,即代表这些边缘的线不会越过代表节点的矩形——我们需要执行某种边缘路由。本文描述了一种算法,它以这样一种方式执行边缘路由,它产生的折线长度是最小的。我们还描述了几种改进基本算法性能的方法,以便它甚至可以用于交互式图形可视化和操作,这在我们的场景中是必要的。然后,我们展示了几个后处理步骤,用于将算法的结果转化为可用的可视化。
{"title":"Shortest Path Approach to Edge Routing","authors":"J. Dokulil, J. Katreniaková, D. Bednárek","doi":"10.1109/IV.2013.97","DOIUrl":"https://doi.org/10.1109/IV.2013.97","url":null,"abstract":"Traditionally, drawing of edges is performed together with drawing of nodes. However, there are situations where positions of the nodes are fixed, e.g., when the positions are defined by the user or a separate algorithm. An example of this situation is a database schema editor, where user positions the nodes (i.e., visual representations of definitions of individual database tables) according to their meaning, for example grouping them according to sub domains of the problem. In this case, we only need to draw the edges but we must do that in such a way that the lines that represent these edges do not cross the rectangles that represent the nodes -- we need to perform some kind of edge routing. This paper describes an algorithm that performs edge routing in such a way that the lengths of the polylines it produces are minimal. We also describe several ways of improving the performance of the basic algorithm so that it can be used even for interactive graph visualization and manipulation, which is necessary in our scenario. Then, we show several post-processing steps that are used to turn the results of the algorithm into a usable visualization.","PeriodicalId":354135,"journal":{"name":"2013 17th International Conference on Information Visualisation","volume":"64 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-07-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126457673","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Visual Clustering for Large Scale Commercial Enterprises 大型商业企业的视觉聚类
Pub Date : 2013-07-16 DOI: 10.1109/IV.2013.94
Masoud Charkhabi, Tarundeep Dhot
Clustering is a well established data exploration and analysis method. It allows interactive discovery and interpretation of groups of entities that have similar properties and characteristics. However, deriving meaningful insights from clusters often presents challenges in large sets of structurally complex data. Large scale commercial enterprises hold an increasing volume of complex, highly-dimensional data. In order to effectively analyze this data and create meaningful clusters from it, pre-processing the data prior to clustering is essential. Once clusters are created, interpretation and representation of clusters is equally essential to capture insights that can aid corporate decision making. In this paper, we present a generic approach to data preparation and cluster interpretation implemented on a large scale enterprise database.
聚类是一种成熟的数据探索和分析方法。它允许对具有相似属性和特征的实体组进行交互式发现和解释。然而,在结构复杂的大型数据集中,从集群中获得有意义的见解往往会带来挑战。大型商业企业拥有越来越多的复杂、高维数据。为了有效地分析这些数据并从中创建有意义的聚类,在聚类之前对数据进行预处理是必不可少的。一旦创建了集群,集群的解释和表示对于获取有助于企业决策的见解同样重要。在本文中,我们提出了一种在大型企业数据库上实现的数据准备和集群解释的通用方法。
{"title":"Visual Clustering for Large Scale Commercial Enterprises","authors":"Masoud Charkhabi, Tarundeep Dhot","doi":"10.1109/IV.2013.94","DOIUrl":"https://doi.org/10.1109/IV.2013.94","url":null,"abstract":"Clustering is a well established data exploration and analysis method. It allows interactive discovery and interpretation of groups of entities that have similar properties and characteristics. However, deriving meaningful insights from clusters often presents challenges in large sets of structurally complex data. Large scale commercial enterprises hold an increasing volume of complex, highly-dimensional data. In order to effectively analyze this data and create meaningful clusters from it, pre-processing the data prior to clustering is essential. Once clusters are created, interpretation and representation of clusters is equally essential to capture insights that can aid corporate decision making. In this paper, we present a generic approach to data preparation and cluster interpretation implemented on a large scale enterprise database.","PeriodicalId":354135,"journal":{"name":"2013 17th International Conference on Information Visualisation","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-07-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126038999","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Visualisation of Association Rules Based on a Molecular Representation 基于分子表示的关联规则可视化
Pub Date : 2013-07-16 DOI: 10.1109/IV.2013.98
Zohra Ben Said, F. Guillet, Paul Richard, Fabien Picarougne, Julien Blanchard
In order to extract interesting knowledge from large amounts of rules produced by the data mining algorithms, visual representations of association rules are increasingly used. These representations can help users to find and to validate interesting knowledge. All techniques proposed for visualisation of rules have been developed to represent an association rule as a whole without paying attention to the relations among the items that make up the antecedent and the consequent and the contribution of each one to the rule. In this paper, we propose a new visualisation representation for association rules that allows the visualisation of the items which make up the antecedent and the consequent, the contribution of each one to the rule, and the correlations between each pair of the antecedent and each pair of consequent.
为了从数据挖掘算法产生的大量规则中提取有趣的知识,越来越多地使用关联规则的可视化表示。这些表示可以帮助用户查找和验证感兴趣的知识。所有提出的规则可视化技术都是为了将关联规则作为一个整体来表示,而不关注构成先行项和后项的项之间的关系以及每个项对规则的贡献。在本文中,我们提出了一种新的关联规则的可视化表示,允许可视化组成先行项和后项的项目,每个项目对规则的贡献,以及每对先行项和每对后项之间的相关性。
{"title":"Visualisation of Association Rules Based on a Molecular Representation","authors":"Zohra Ben Said, F. Guillet, Paul Richard, Fabien Picarougne, Julien Blanchard","doi":"10.1109/IV.2013.98","DOIUrl":"https://doi.org/10.1109/IV.2013.98","url":null,"abstract":"In order to extract interesting knowledge from large amounts of rules produced by the data mining algorithms, visual representations of association rules are increasingly used. These representations can help users to find and to validate interesting knowledge. All techniques proposed for visualisation of rules have been developed to represent an association rule as a whole without paying attention to the relations among the items that make up the antecedent and the consequent and the contribution of each one to the rule. In this paper, we propose a new visualisation representation for association rules that allows the visualisation of the items which make up the antecedent and the consequent, the contribution of each one to the rule, and the correlations between each pair of the antecedent and each pair of consequent.","PeriodicalId":354135,"journal":{"name":"2013 17th International Conference on Information Visualisation","volume":"78 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-07-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124102093","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
One Graph, Multiple Drawings 一个图形,多个绘图
Pub Date : 2013-07-16 DOI: 10.1109/IV.2013.55
M. Nadal, G. Melanon
Being able to produce a wide variety of layouts for a same graphs may prove useful when users have no preferred visual encoding for their data. The first contribution of this paper is a enhanced force-directed layout capable of producing different layouts of a same graph. We turn a well known force-directed algorithm (GEM) into a highly parametrizable layout and control it from a genetic algorithm framework. The genetic algorithm allows to efficiently explore the parameter space of this highly parametrisable layout. The search process relies on the capability of the system to evaluate the similarity between two drawings. The second contribution of this paper is a similarity metric used as a fitness function for the genetic algorithm. Its main features are its computational cost and its insensitivity to planar homotheties.
当用户对其数据没有首选的视觉编码时,能够为相同的图表生成多种布局可能是有用的。本文的第一个贡献是一种增强的力定向布局,能够在同一图形上产生不同的布局。我们将一种著名的力定向算法(GEM)转化为一种高度可参数化的布局,并从遗传算法框架中对其进行控制。遗传算法可以有效地探索这种高度可参数化布局的参数空间。搜索过程依赖于系统评估两幅图之间相似性的能力。本文的第二个贡献是将相似度度量用作遗传算法的适应度函数。它的主要特点是计算量大,对平面同质性不敏感。
{"title":"One Graph, Multiple Drawings","authors":"M. Nadal, G. Melanon","doi":"10.1109/IV.2013.55","DOIUrl":"https://doi.org/10.1109/IV.2013.55","url":null,"abstract":"Being able to produce a wide variety of layouts for a same graphs may prove useful when users have no preferred visual encoding for their data. The first contribution of this paper is a enhanced force-directed layout capable of producing different layouts of a same graph. We turn a well known force-directed algorithm (GEM) into a highly parametrizable layout and control it from a genetic algorithm framework. The genetic algorithm allows to efficiently explore the parameter space of this highly parametrisable layout. The search process relies on the capability of the system to evaluate the similarity between two drawings. The second contribution of this paper is a similarity metric used as a fitness function for the genetic algorithm. Its main features are its computational cost and its insensitivity to planar homotheties.","PeriodicalId":354135,"journal":{"name":"2013 17th International Conference on Information Visualisation","volume":"222 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-07-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124387673","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Time-Pie visualization: Providing Contextual Information for Energy Consumption Data 时间饼可视化:为能源消耗数据提供上下文信息
Pub Date : 2013-07-16 DOI: 10.1109/IV.2013.12
M. Masoodian, Birgit Lugrin, René Bühling, Pavel Ermolin, E. André
In recent years a growing number of information visualization systems have been developed to assist users with monitoring their energy consumption, with the hope of reducing energy use through more effective user-awareness. Most of these visualizations can be categorized into either some form of a time-series or pie chart, each with their own limitations. These visualization systems also often ignore incorporating contextual (e.g. weather, environmental) information which could assist users with better interpretation of their energy use information. In this paper we introduce the time-pie visualization technique, which combines the concepts of timeseries and pie charts, and allows the addition of contextual information to energy consumption data.
近年来,越来越多的信息可视化系统被开发出来,以帮助用户监测他们的能源消耗,希望通过更有效的用户意识来减少能源使用。大多数可视化可以被分类为某种形式的时间序列或饼状图,每种形式都有自己的局限性。这些可视化系统还经常忽略纳入上下文(例如天气、环境)信息,这些信息可以帮助用户更好地解释他们的能源使用信息。本文介绍了时间饼可视化技术,它结合了时间序列和饼图的概念,并允许在能耗数据中添加上下文信息。
{"title":"Time-Pie visualization: Providing Contextual Information for Energy Consumption Data","authors":"M. Masoodian, Birgit Lugrin, René Bühling, Pavel Ermolin, E. André","doi":"10.1109/IV.2013.12","DOIUrl":"https://doi.org/10.1109/IV.2013.12","url":null,"abstract":"In recent years a growing number of information visualization systems have been developed to assist users with monitoring their energy consumption, with the hope of reducing energy use through more effective user-awareness. Most of these visualizations can be categorized into either some form of a time-series or pie chart, each with their own limitations. These visualization systems also often ignore incorporating contextual (e.g. weather, environmental) information which could assist users with better interpretation of their energy use information. In this paper we introduce the time-pie visualization technique, which combines the concepts of timeseries and pie charts, and allows the addition of contextual information to energy consumption data.","PeriodicalId":354135,"journal":{"name":"2013 17th International Conference on Information Visualisation","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-07-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128956627","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 19
Geovisual Analytics and Storytelling Using HTML5 使用HTML5进行地理视觉分析和故事叙述
Pub Date : 2013-07-16 DOI: 10.1109/IV.2013.35
P. Lundblad, M. Jern
The large and ever-increasing amounts of multivariate, multi-source, time-varying and geospatial digital information represent a major challenge for the analyst. The need to analyze and make decisions based on these information streams, often in time-critical situations, demands efficient, integrated and interactive visualization tools that aid the user to explore, present, collaborate and communicate visually large information spaces. This approach has been encapsulated in the idea of Geovisual Analytics, an interdisciplinary field that facilitates analytical reasoning through highly interactive visual interfaces and creative visualization of complex and dynamic data integrated with storytelling. Collaborative mapping is exemplified in this paper through telling stories about public statistics development over time that could shape, for example, economic growth and well-being. Discoveries are made that leave lasting impressions by stimulating the readers' curiosity making them want to learn more and convey a deeper meaning. In addition, the user can interactively participate in this web-based process which is important to the education and dissemination of public statistics. The storytelling mechanism assists the author to improve a reader's visual knowledge through reflections such as how life is lived by using a variety of demographics, such as healthcare, environment, and educational and economic indicators. Integrated snapshots can be captured at any time during the explorative data analysis process and thus become an important component of a storytelling reasoning process. The public can access Geovisual Analytics applications and explore statistical data relations on their own guided by the stories prepared by the experts. With the associated science of perception and cognition in relation to the use of multivariate spatial-temporal statistical data, this article contributes to the growing interest in visual storytelling engaging the public with new experiences.
大量且不断增加的多元、多源、时变和地理空间数字信息对分析人员来说是一个重大挑战。通常在时间紧迫的情况下,需要基于这些信息流进行分析和决策,这就需要高效、集成和交互式的可视化工具,帮助用户在可视化的大信息空间中探索、呈现、协作和交流。这种方法被封装在地理视觉分析的思想中,地理视觉分析是一个跨学科的领域,它通过高度交互的视觉界面和将复杂和动态数据的创造性可视化与讲故事相结合来促进分析推理。本文通过讲述公共统计随着时间的推移可能影响经济增长和福祉的故事,举例说明了协作测绘。发现是通过激发读者的好奇心,使他们想要了解更多,传达更深层次的意义,留下持久的印象。此外,用户可以互动地参与这一基于网络的进程,这对教育和传播公共统计数据很重要。通过使用各种人口统计数据,如医疗保健、环境、教育和经济指标,作者通过对生活方式的反思,帮助作者提高读者的视觉知识。集成快照可以在探索性数据分析过程中随时捕获,从而成为讲故事推理过程的重要组成部分。公众可以访问Geovisual Analytics应用程序,并在专家编写的故事的指导下自行探索统计数据关系。随着与使用多元时空统计数据相关的感知和认知科学的发展,本文对视觉叙事的兴趣日益浓厚,吸引公众参与新的体验。
{"title":"Geovisual Analytics and Storytelling Using HTML5","authors":"P. Lundblad, M. Jern","doi":"10.1109/IV.2013.35","DOIUrl":"https://doi.org/10.1109/IV.2013.35","url":null,"abstract":"The large and ever-increasing amounts of multivariate, multi-source, time-varying and geospatial digital information represent a major challenge for the analyst. The need to analyze and make decisions based on these information streams, often in time-critical situations, demands efficient, integrated and interactive visualization tools that aid the user to explore, present, collaborate and communicate visually large information spaces. This approach has been encapsulated in the idea of Geovisual Analytics, an interdisciplinary field that facilitates analytical reasoning through highly interactive visual interfaces and creative visualization of complex and dynamic data integrated with storytelling. Collaborative mapping is exemplified in this paper through telling stories about public statistics development over time that could shape, for example, economic growth and well-being. Discoveries are made that leave lasting impressions by stimulating the readers' curiosity making them want to learn more and convey a deeper meaning. In addition, the user can interactively participate in this web-based process which is important to the education and dissemination of public statistics. The storytelling mechanism assists the author to improve a reader's visual knowledge through reflections such as how life is lived by using a variety of demographics, such as healthcare, environment, and educational and economic indicators. Integrated snapshots can be captured at any time during the explorative data analysis process and thus become an important component of a storytelling reasoning process. The public can access Geovisual Analytics applications and explore statistical data relations on their own guided by the stories prepared by the experts. With the associated science of perception and cognition in relation to the use of multivariate spatial-temporal statistical data, this article contributes to the growing interest in visual storytelling engaging the public with new experiences.","PeriodicalId":354135,"journal":{"name":"2013 17th International Conference on Information Visualisation","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-07-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128419464","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 13
Colored Mosaic Matrix: Visualization Technique for High-Dimensional Data 彩色马赛克矩阵:高维数据的可视化技术
Pub Date : 2013-07-16 DOI: 10.1109/IV.2013.50
Hiroaki Kobayashi, Kazuo Misue, J. Tanaka
Owing to a limited display resolution, it may be difficult to obtain an overview of high-dimensional data in the display area used for visualization. In this paper, we aimed to obtain an overview of high-dimensional data in a limited screen area. We developed Colored Mosaic Matrix as a method to obtain a data overview. Colored Mosaic Matrix is a visualization method for high-dimensional categorical data that uses a color representation of the features. By representing quantitative data in category units, the proposed method enables the visualization of data containing a large number of records. As a result of an experimental investigation of its readability, we found our method to be useful in obtaining a data overview.
由于有限的显示分辨率,可能难以获得用于可视化的显示区域中高维数据的概览。在本文中,我们的目的是在有限的屏幕区域内获得高维数据的概述。我们开发了彩色马赛克矩阵作为一种方法来获得数据概述。彩色马赛克矩阵是一种高维分类数据的可视化方法,它使用颜色表示特征。通过以类别单位表示定量数据,该方法可以实现包含大量记录的数据的可视化。通过对其可读性的实验研究,我们发现我们的方法在获取数据概览方面非常有用。
{"title":"Colored Mosaic Matrix: Visualization Technique for High-Dimensional Data","authors":"Hiroaki Kobayashi, Kazuo Misue, J. Tanaka","doi":"10.1109/IV.2013.50","DOIUrl":"https://doi.org/10.1109/IV.2013.50","url":null,"abstract":"Owing to a limited display resolution, it may be difficult to obtain an overview of high-dimensional data in the display area used for visualization. In this paper, we aimed to obtain an overview of high-dimensional data in a limited screen area. We developed Colored Mosaic Matrix as a method to obtain a data overview. Colored Mosaic Matrix is a visualization method for high-dimensional categorical data that uses a color representation of the features. By representing quantitative data in category units, the proposed method enables the visualization of data containing a large number of records. As a result of an experimental investigation of its readability, we found our method to be useful in obtaining a data overview.","PeriodicalId":354135,"journal":{"name":"2013 17th International Conference on Information Visualisation","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-07-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128600720","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 9
Using a Serious Game Approach to Teach 'Operator Precedence' to Introductory Programming Students 用严肃的游戏方法向编程入门学生教授“运算符优先级”
Pub Date : 2013-07-16 DOI: 10.1109/IV.2013.70
N. Adamo-Villani, Thomas Haley-Hermiz, Robb Cutler
In this paper we describe the design, development, formative evaluation and initial findings of one level of a serious game whose objective is to teach Information Assurance concepts to undergraduate students in introductory programming courses. The game level focuses on the concept of 'operator precedence'. The player travels through a multilevel 3- dimensional maze and at each junction in the maze he/she is required to solve a mathematical problem that involves the application of operator precedence rules. A correct answer allows the player to move closer to the maze exit, an incorrect solution moves the player farther from the end of the maze. Initial findings from a formative study with a group of 14 undergraduate students show that the game level is usable, engaging and useful for learning/reviewing the intended programming concept.
在本文中,我们描述了一个严肃游戏的设计、开发、形成性评估和初步发现,该游戏的目标是在编程入门课程中向本科生教授信息保障概念。游戏关卡关注的是“操作优先”的概念。玩家穿越一个多层次的三维迷宫,在迷宫的每个路口,他/她都需要解决一个涉及应用算子优先规则的数学问题。正确的答案会让玩家离迷宫出口更近,而错误的答案会让玩家离迷宫终点更远。一项由14名本科生组成的形成性研究的初步结果表明,游戏关卡对于学习/回顾预期的编程概念是可用的、引人入胜的和有用的。
{"title":"Using a Serious Game Approach to Teach 'Operator Precedence' to Introductory Programming Students","authors":"N. Adamo-Villani, Thomas Haley-Hermiz, Robb Cutler","doi":"10.1109/IV.2013.70","DOIUrl":"https://doi.org/10.1109/IV.2013.70","url":null,"abstract":"In this paper we describe the design, development, formative evaluation and initial findings of one level of a serious game whose objective is to teach Information Assurance concepts to undergraduate students in introductory programming courses. The game level focuses on the concept of 'operator precedence'. The player travels through a multilevel 3- dimensional maze and at each junction in the maze he/she is required to solve a mathematical problem that involves the application of operator precedence rules. A correct answer allows the player to move closer to the maze exit, an incorrect solution moves the player farther from the end of the maze. Initial findings from a formative study with a group of 14 undergraduate students show that the game level is usable, engaging and useful for learning/reviewing the intended programming concept.","PeriodicalId":354135,"journal":{"name":"2013 17th International Conference on Information Visualisation","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-07-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131771803","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 25
期刊
2013 17th International Conference on Information Visualisation
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1