Description
Cluster DataSet
The data set used to generate the 1-D visualization was created from the promptForOptions function. It creates a csv file with the population name and the parameter data selected in the options prompter. The dataset could then be chosen in the HTML webpage and plotted.
Contour Points
The included Plug-in called AutoGater contains a function called getContourPoints. This function collects sets of points that represent each contor as a list of points. These lists are then combined into a list of lists that represents the full contour graph. These points were converted to a single list of points.
Simple Regression
The Apache Commons Math3 library implements many statistical functions including a simple linear regression algorithm. Each point in the set of contours was added to the simple regression and then the slope and intercept of the regression are returned as doubles.