View Single Post
  #13 (permalink)  
Old 04-27-2008, 08:56 PM
iamchoilan iamchoilan is offline
Member
 
Join Date: Apr 2008
Posts: 9
iamchoilan is on a distinguished road
One last question.
First please read the piece of attached code.

I attached your plot graph method into it, it runs smoothly, thanks.

Now here is the question.

I want it to show a graph that contain the number of appearance of null/very strong/strong/normal/weak/very weak record.

So I put in 6 in the 421 row, stating that there is 6 record to present in the graph.

Next I want the data read into the array be the numbers of 'null' appears, numbers of 'very strong' appears, etc. So basically I want to put in a count++ thing into the methods in FpPoint.java somewhere around row 82 to row 143, and then the method will return all the counts and then be put into the array of the plot graph method.

I still need some help to implement this final question about the plot graph method.

Thanks a lot.
Attached Files
File Type: zip Simulation_tool.zip (79.9 KB, 3 views)
Reply With Quote