Uses of Class
net.talvi.puffinplot.data.PcaValues

Packages that use PcaValues
net.talvi.puffinplot.data   
 

Uses of PcaValues in net.talvi.puffinplot.data
 

Methods in net.talvi.puffinplot.data that return PcaValues
static PcaValues PcaValues.calculate(java.util.List<Vec3> points, boolean anchored)
          Performs principal component analysis (PCA) on the supplied vectors and returns an object containing the results of the analysis.
 PcaValues PcaAnnotated.getPcaValues()
          Returns the results of the principal component analysis.
 PcaValues Sample.getPcaValues()
          Returns the results of the last PCA calculation.