标签:
博客内容来自悉尼大学(University of Sydney) COMP5048 Visual Analytics 上课笔记,版权所有者Prof. Seokhee Hong
Approximate schedule: topics are subject to change
Force-Directed Methods
Many variations
1. Spring & electrical force
2. Barycenter method
3. Force simulating graph theoretic distance
4. Magnetic field
5. General energy function
6. Constraints
Visual Analytics aims to facilitate the data analytics process using Information Visualisation.
Information Visualisation aims to make good pictures of abstract information, such as stock prices, health data, social networks, and software diagrams.
The challenge for Visual Analytics is to design and implement effective Visualisation methods that produce geometric representation of complex data so that data analysts from various domains can visually inspect complex data and carry out critical decision making.
This unit will provide Visualisaiton techniques and fundamental algorithms to achieve good visualisation of abstract information.
可视化分析的目的是通过信息可视化技术突出数据的特征从而进一步分析,目的是分析;
信息可视化的目的是将抽象信息做成容易观察的图形,目的是观察;
可视化分析的主要挑战是找到高效的可视化方法。
这里的内容将会有一些可视化技术和基础算法,希望使用者能有基本的数据结构、算法、编程的基础。
Basic Knowledge in
• Data Structures
• Algorithms
• Programming?
标签:
原文地址:http://www.cnblogs.com/DonJiang/p/4799671.html