|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdimensionality_reduction.PCAProjection
public class PCAProjection
This class can be used to perform PCA projection of a set of vectors using an already learned PCA projection matrix.
Constructor Summary | |
---|---|
PCAProjection()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
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 static void main(java.lang.String[] args) throws java.lang.Exception
args
- [0] Full path to the location of the BDB index which contains the full dimensional vectors.args
- [1] Length of the full dimensional vectors.args
- [2] Number of vectors.args
- [3] Full path to the file containing the PCA projection matrix.args
- [4] Whether to apply whitening.args
- [5] A comma separated list of the desired projection lengths in increasing order.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |