Skip to content

RadViz is radial visualization method for displaying high-dimensional data in 2D space. This program is in JavaScript and only depend on d3.js library.

Notifications You must be signed in to change notification settings

WYanChao/RadViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RadViz

RadViz is radial visualization method for displaying high-dimensional data in two-dimensnional space[1]. This program is in JavaScript and only depend on d3.js library. A screenshot of this implementation is shown below. Based on RadViz, I designed a radial distortion method, PolarViz. Another implementation of RadViz based on d3.js library can be found here by Chris Viau. ScreenShot

About the Code

  • 'Index.html' defines the DOM components used in the RadViz function.
  • 'Index.js' loads the high-dimensional dataset, defines the five variables used in the RadViz function, and calls the RadViz function.
  • 'RadViz.js' defines the RadViz function.
  • In the data file, I use the 'IRIS' dataset as an example to call the RadViz function.

About

RadViz is radial visualization method for displaying high-dimensional data in 2D space. This program is in JavaScript and only depend on d3.js library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published