View outlier trajectory plots

There are two outlier trajectory plots, the first is sorted in the original column order, and again remember that this is 0 based, so the following call will plot the first principal component.

ipcaginsu.plotPCNOutlierRowsInOriginalColumnOrder(0)

The other trajectory plot is sorted by the difference of the mean "high" vectors and the mean "low" vectors, in order to emphasize the conditions that most affect that principal component. The following call creates a plot of the second principal component.

ipcaginsu.plotPCNOutlierRowsInSigGroupOrder(1)



Brandon King 2005-07-29