|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.tufts.cs.geometry.Transformation
edu.tufts.cs.geometry.Projection
edu.tufts.cs.geometry.PCAProjection
public class PCAProjection
| Field Summary |
|---|
| Fields inherited from class edu.tufts.cs.geometry.Projection |
|---|
targetDimension |
| Constructor Summary | |
|---|---|
PCAProjection()
|
|
| Method Summary | |
|---|---|
void |
projectDown(int dimension,
javax.vecmath.GMatrix data)
Apply the projection with a specific target dimension to a given GMatrix containing the data to be modified. |
void |
projectDown(int dimension,
javax.vecmath.GMatrix sourceData,
javax.vecmath.GMatrix data)
|
| Methods inherited from class edu.tufts.cs.geometry.Projection |
|---|
project, project, projectUp, setTargetDimension, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PCAProjection()
| Method Detail |
|---|
public void projectDown(int dimension,
javax.vecmath.GMatrix data)
Projection
projectDown in class Projectiondimension - the desired final dimension for the PointSetdata - the GMatrix on which to perform the transformation
public void projectDown(int dimension,
javax.vecmath.GMatrix sourceData,
javax.vecmath.GMatrix data)
projectDown in class Projection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||