Questions tagged [principal-components]

Performs a principal components analysis on the given data matrix and returns the results as an object of class prcomp.

The princomp( ) function produces an unrotated principal component analysis.

Performs a principal components analysis on the given data matrix and returns the results as an object of class prcomp.

32 questions
-1
votes
1 answer

How to use princomp result in Regression using R

I'm doing principal component analysis to reduce number of variables for my regression model with low number of data sets & high number of independent variables (around 40 independent variables). I'm using the function princomp to generate the…
Python123
  • 41
  • 1
  • 2
  • 8
-3
votes
1 answer

Compare numerous figures and identify the similar ones

I am working on pattern recognition program using R/python. What would be the best way to compare two or more figures and identify/recognize the similar or duplicate figures based on pattern recognition?
MAPK
  • 5,635
  • 4
  • 37
  • 88
1 2
3