I have a project where I should analyse data via cluster analysis. Basically the data should be visualised like this picture shows
Each dataset - for example let it be people - is one horizontal row, where vertical lines showing the attributes like sex, age, and so on.
Now if this data could be shown I also want to move the rows horizontal and also vertical a) via code and b) via drag & drop.
Do anybody know a good library for that?
Important
- Target is desktop application
- Expected datasets around 500
- Attributes for each data set around 60
- There is an app in Java/SWT already, so solutions in this direction would be preferred
- The OS is Win7 so C# or similar would be a stopgap
- I really like d3.js, and would prefer a similar lock & feel (but in 3D)
If somebody has recommendations for a library which helps to analyze the data, please step forward too!