|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdimensionality_reduction.PCALearning
public class PCALearning
This class can be used to learn a PCA projection matrix.
Constructor Summary | |
---|---|
PCALearning()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
This method can be used for learning a PCA projection matrix. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PCALearning()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- [0] Full path to the location of the BDB store which contains the training vectors (use
backslashes).args
- [1] number of vectors to use for learning (the first vectors will be used), e.g. 10000args
- [2] length of the supplied vectors, e.g. 4096 (for VLAD+SURF vectors generated using 64
centroids)args
- [3] number of first principal components to be kept, e.g. 1024
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |