|
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.
|