This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes 2D Plot  of PCA using Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "2D Plot  of PCA using Java" Watch "2D Plot  of PCA using Java" New topic
Author

2D Plot of PCA using Java

Sherin Ramy
Greenhorn

Joined: Dec 07, 2010
Posts: 5
Hi friends,
After using JAMA to reduce the n-dimensionality matrix using PCA(Principal Component Analysis) What is the best way to draw a 2D Plot of the same using Java.I need to draw the 2D Plot onto an Excel Sheet or display it on the web page from my Java code.In the latter case an applet would make life easier.But the former method is preferred.Is there any Java package that draws the 2D plot from PCA
Much thanks in advance for any help
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: 2D Plot of PCA using Java
 
Similar Threads
freeing the memory in 2D graphics..
Graph
drawing 3d shapes?
Graphs in swing
How to draw a chart with multiple y-axises