Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
6answers
9k views

Principal component analysis in Python

I'd like to use principal component analysis (PCA) for dimensionality reduction. Does numpy or scipy already have it, or do I have to roll my own using numpy.linalg.eigh? I don't just want to use ...
10
votes
5answers
652 views

How to find the closest 2 points in a 100 dimensional space with 500,000 points?

I have a database with 500,000 points in a 100 dimensional space, and I want to find the closest 2 points. How do I do it? Update: Space is Euclidean, Sorry. And thanks for all the answers. BTW this ...
7
votes
2answers
171 views

Visual Comparison of Regression & PCA

I'm trying to perfect a method for comparing regression and PCA, inspired by the blog Cerebral Mastication which has also has been discussed from a different angle on SO. Before I forget, many thanks ...
7
votes
2answers
1k views

Incremental PCA

Lately, I've been looking into an implementation of an incremental PCA algorithm in python - I couldn't find something that would meet my needs so I did some reading and implemented an algorithm I ...
6
votes
5answers
241 views

What is the fastest way to calculate first two principal components in R?

I am using princomp in R to perform PCA. My data matrix is huge (10K x 10K with each value up to 4 decimal points). It takes ~3.5 hours and ~6.5 GB of Physical memory on a Xeon 2.27 GHz processor. ...
5
votes
1answer
93 views

Problem with Principal Component Analysis

I'm not sure this is the right place but here I go: I have a database of 300 picture in high-resolution. I want to compute the PCA on this database and so far here is what I do: - reshape every image ...
5
votes
3answers
727 views

What's wrong with my PCA?

My code: from numpy import * def pca(orig_data): data = array(orig_data) data = (data - data.mean(axis=0)) / data.std(axis=0) u, s, v = linalg.svd(data) print s #should be s**2 ...
5
votes
3answers
367 views

MATLAB is running out of memory but it should not be

I'm trying to do a PCA on my data using princomp(x) that has been standardized. The data is <16 x 1036800 double>. This runs our of memory which is too be expected except for the fact that this is ...
4
votes
1answer
161 views

Matlab: how to find which variables from dataset could be discarded using PCA in matlab?

I am using PCA to find out which variables in my dataset are redundand due to being highly correlated with other variables. I am using princomp matlab function on the data previously normalized using ...
4
votes
1answer
216 views

PCA: What's wrong with this algorithm?

Can someone please either confirm or correct this Wikipedia algorithm for computing the first principal component? I want a simple implementation of PCA in D, which doesn't have any existing ...
4
votes
2answers
324 views

Principal component and Factor Analysis

I have some question regarding principal component and factor analysis. For PCA, does it matter whether the eigenvalues are computed from the covariance matrix or the correlation matrix É And what ...
3
votes
3answers
89 views

Doing PCA in java on large matrix

I have a very large matrix (about 500000 * 20000) containing the data that I would analyze with pca. To do this I'm using ParallelColt library, but both using singular value decomposition and ...
3
votes
2answers
132 views

Eccentricity estimation in Python

I've got a binary numpy array and have labeled the connected regions with scipy.ndimage. Is there a call that I can make to estimate the eccentricity of each labeled section? Edit: I'm trying to ...
3
votes
1answer
109 views

ade4 package - principal component analysis

I intend to to some principal component analysis and I am using this PCA tutorial as a guide. I have the following code: library("ade4") Data <- read.table("D:/Bla/Data1.txt", header = TRUE, ...
3
votes
2answers
474 views

Plotting pca biplot with ggplot2

I wonder if it is possible to plot pca biplot results with ggplot2. Suppose if I want to display the following biplot results with ggplot2 fit <- princomp(USArrests, cor=TRUE) summary(fit) ...
3
votes
4answers
327 views

Working example of Principal Component Analysis?

Are there any examples available that give a hands-on example of Principal Component Analysis on a dataset? I am reading articles discussing only theory and am really looking for something that will ...
2
votes
2answers
150 views

Why am I getting a weight matrix full of NaNs?

(Hebbian learning) I was given the task of programming the Oja's learning rule and Sanger's learning rule in Matlab, to train a neural network. This NN has 6 inputs and 4 outputs, and my training set ...
2
votes
1answer
74 views

Principal component analysis m-by-n matrix implementation

Does anyone know how to implement the Principal component analysis (PCA) on a m-by-n matrix in matlab for normalization?
2
votes
2answers
175 views

Principal Component Analysis in C#

It's pretty much all in the title: what library would you recommend to perform principal component analysis? I'm looking for free and simple to use - performance is not necessarily a criterion so far ...
2
votes
4answers
932 views

Numpy.eig and the percentage of variance in PCA

Picking up from where we left... So I can use linalg.eig or linalg.svd to compute the PCA. Each one returns different Principal Components/Eigenvectors and Eigenvalues when they're fed the same data ...
2
votes
3answers
828 views

SVM Visualization in MATLAB

How do I visualize the SVM classification once I perform SVM training in Matlab?
2
votes
1answer
326 views

how do tell if its better to standardize your data matrix first when you do principal component analysis in R?

Im trying to do principal component analysis in R . There is 2 ways of doing it , I believe. One is doing principal component analysis right away the other way is standardizing the matrix first ...
1
vote
1answer
93 views

Principal Components Analysis biplot in R with convex polygons

I’ve produced attached biplot using the following code: dd = data.frame(x = runif(10), y=runif(10)) pcr = prcomp(~x + y, data=dd) biplot(pcr) This produces a biplot showing the axis for x and Y ...
1
vote
2answers
68 views

PCA: Find covariance matrix's eigenvalues: solving a polynomial of degree N

B"H If I understand correctly, PCA's principle is very simple: Calculate data vectors' covariance matrix C. Solve det(C - e*I) = 0, to find matrix C's eigenvalues e. Calculate matrix C's ...
1
vote
1answer
87 views

OpenCV PCA Compute in Python

I'm loading a set of test images via OpenCV (in Python) which are 128x128 in size, reshape them into vectors (1, 128x128) and put them all together in a matrix to calculate PCA. I'm using the new cv2 ...
1
vote
1answer
99 views

How to color code scatter-plot of PCoA

So I am new to this. I need to run PCoA on the following data matrix. I am able to run my analyses using ADE4, labdsv, Ginko, Aabel softwares. Whats bothering me is how to color code the labels in the ...
1
vote
1answer
80 views

PCA in R long form

I would like to do PCA on a dataframe that is in long form: time1 id1 data11 time1 id2 data12 time2 id1 data21 etc. Is there an easy way to do this or is the standard way to ...
1
vote
2answers
111 views

How to call R functions from Free Pascal?

In my Lazarus/Free Pascal application I generate a large multi-column numerical matrix. I want to run a Principal Component Analysis (PCA) on this table, but cannot seem to find any packages to do so. ...
1
vote
1answer
200 views

OpenCV PCA question

I'm trying to create a PCA model in OpenCV to hold pixel coordinates. As an experiment I have two sets of pixel coordinates that maps out two approximate circles. Each set of coordiantes has 48 x,y ...
1
vote
0answers
157 views

feature extraction using PCA

My job is to perform gesture recognition. I want to do that by training a support vector machine using the features extracted by performing PCA(Principal component Analysis). But I'm getting a little ...
1
vote
1answer
153 views

How to whiten matrix in PCA

I'm working with python and I've implemented the PCA using the following tutorial http://www.cs.otago.ac.nz/cosc453/student_tutorials/principal_components.pdf Everything works great, I got the ...
1
vote
0answers
111 views

How to make prediction with PCA

I have been able to calculate the eigenvectors/values of my data sample (N samples of dimension M) and I would like to reduce the dimension to say 3. If i am correct i need to choose the first 3 ...
1
vote
3answers
406 views

Feature Extraction through PCA

I'm trying to select a subset of features from a data that contains 2000 of them for 63 samples. Now I know how to do PCA in MATLAB. I used 'pcacov' and it returns the eigenvectors and the eigenvalues ...
1
vote
2answers
301 views

Least-squares fit of PCA scores on original variables

I have 100 vars, and I want to do factor analysis using variables var15-v25. To do that first I extracted the variables into another object (say f), & then run the principal component analysis. ...
1
vote
2answers
522 views

What are “clockwise” and “counter-clockwise” in matrix rotation?

MOVED: Moving this question to math.stackexchange.com and closing it. I'm learning about the math invovled in PCA. For my purposes here, I'm just trying to understand a 90° rotation matrix. I ...
1
vote
1answer
317 views

How to plot a line on a biplot made from PCA coeff and score data?

I'm creating biplots of PCA data using the coeff and score outputs. I am looking to draw a line between the furthest points on the biplot. I'm not sure how add a line to the plot without adding it ...
1
vote
3answers
3k views

PCA + SVM using C++ Syntax in OpenCV 2.2

I'm having problems getting PCA and Eigenfaces working using the latest C++ syntax with the Mat and PCA classes. The older C syntax took an array of IplImage* as a parameter to perform its processing ...
1
vote
1answer
1k views

Looking for PCA snippet/source code in C++

I'm currently developing a software to compare 2 images. I start with extract the image's RGB values, form a matrix of array and then attempt to compress the values using PCA, and then match/recognize ...
1
vote
1answer
385 views

OpenCV CalcPca input data

I am trying to implement a face recognition training function with opencv, using "eigenfaces". I have the sample data, but I can't find any info on CalcPCA function arguments. All I know is that it ...
0
votes
1answer
16 views

PCA: mean center first or normalize first?

If I have a covariance matrix and I would like to perform PCA of a corresponding correlation matrix, should I mean-center the covariance matrix first and then standardize (dividing by std deviations) ...
0
votes
0answers
7 views

Accuracy Test for Posture

I'm working on a project where I'm supposed to fix the posture of a 3D face model. Since I have more than 500 models, I can't check one by one if the fixed posture is correct (like looking by myself ...
0
votes
1answer
143 views

How to use princomp () function in R when covariance matrix has zero's?

While using princomp() function in R, the following error is encountered : "covariance matrix is not non-negative definite". I think, this is due to some values being zero (actually close to zero, ...
0
votes
0answers
28 views

Find percentage variance with OpenCV's PCA

I want to find the percentage of variance after projecting a set of points to a lower dimensional space. I cannot find an API in OpenCV's PCA implementation to return this value. Is it possible to get ...
0
votes
1answer
70 views

Varimax rotation in Python (Numpy/Scipy)?

Has anyone come across good pre-existing code for varimax rotation on Numpy arrays? Something optimized in C or Fortran would be nice but all I come across is faint and distant requests for the same ...
0
votes
1answer
73 views

Saving pca object in opencv

I'm working on a face recognition project in which we are using PCA to reduce feature vector size of an image. The trouble is, during training, I create the PCA object by incorporating all the ...
0
votes
1answer
96 views

PCA in OpenCV and how to prepare data?

I just want to clarify something about PCA in OpenCV. Suppose, I have two rows of data (A, B). A 3 8 7 B 2 4 5 If I wanted to create a PCA model in OpenCV, what must I do to the data? ...
0
votes
0answers
19 views

Correlation Analysis Fail. What Can I do now?

I have calculated a set of metric(60 in total) and want to use them to predict the value of another variable. When I use my sample data and determine both Spearman and Pearson Correlation Coefficient, ...
0
votes
1answer
177 views

Comparing svd and princomp in R

I want to get singular values of a matrix in R to get the principal components, then make princomp(x) too to compare results I know princomp() would give the principal components Question How to ...
0
votes
0answers
92 views

problem in performing pca in emgucv

I'm trying to perform PCA in EmguCV as: Matrix matrix = new Matrix(noOfSamples, noOfFeatures); // put data in matrix Matrix pMean = new Matrix(1, noOfFeatures); Matrix pEigVals = new ...
0
votes
2answers
166 views

Running .exe with a .manifest file causes a “…did not install correctly” dialog. Why?

I'm trying to get a VB app (my.exe) to run as Administrator on Windows 7. So I'm using a Manifest (below) to do that. But when I run it (and immediately exit the My.exe) I get the Program ...

1 2