程序代写代做代考 js Microsoft Word – ProgrammingAssignmentFour_Instructions.docx

Microsoft Word – ProgrammingAssignmentFour_Instructions.docx 1    Programming Assignment 4: Visualization of Hierarchical (Tree) Data    Background  Hierarchical data or tree data is one of the most popular data type in our life. Many hierarchical data  visualization designs have been developed. Often seen tree visualization techniques include dendrogram  (Figure 1a), treemap (Figure 1b), etc.                           (a)                                                        (b)                                                             (c)  Figure 1: Some often seen tree visualization designs  Objective and Requirements  In this assignment, you will use two tree‐visualization tools to visualize a given data set. The two  visualization tools are dendrogram (https://bl.ocks.org/mbostock/4063570) and treemap  (https://bl.ocks.org/mbostock/4063582).  The data used for this assignment is about the sales data of a book store. The data can be found in the  tree.docx document under the folder of   \up.ist.localCoursesSpring2017IST402ProgrammingAssignmentDataSetsAssignment4_TreeVisualization  …