edu.tufts.cs.geometry
Class PCA

java.lang.Object
  extended by edu.tufts.cs.geometry.PCA

public class PCA
extends java.lang.Object


Nested Class Summary
static class PCA.PolarVector2d
           
static class PCA.PrincipalComponent
           
 
Constructor Summary
PCA()
           
 
Method Summary
static PCA.PrincipalComponent[] getPrincipalComponents(javax.vecmath.GMatrix input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PCA

public PCA()
Method Detail

getPrincipalComponents

public static PCA.PrincipalComponent[] getPrincipalComponents(javax.vecmath.GMatrix input)