1

I have the following questions:

Suppose we have the following chart, which represents the relationship between faculties and types of objects; for example CTE represents Computer Technologies, and the intersection between CTE and Wood says that at the CTE faculty there are 56 types of wood.

My question is: Can I use this table as a tool for PCA analysis?

Or can I represent these data in matrix form and perform a principal component analysis from this data table?

I need it for pattern recognition rate problems.

I know Matlab well and linear algebra as well; I just need advice.

enter image description here

Glen_b
  • 282,281
dato datuashvili
  • 775
  • 2
  • 11
  • 21
  • What are you trying to do? –  Mar 05 '13 at 07:05
  • it is something like statistical analyse of different type of persons ,their characters and so on – dato datuashvili Mar 05 '13 at 07:12
  • Homework, in other words? –  Mar 05 '13 at 07:13
  • to be honestly i dont know what is meaning of homework in this case,but it is related with my article researching – dato datuashvili Mar 05 '13 at 07:14
  • I don't know what to say, you can use any table for PCA analysis, but whether it is meaningful or not depends on the data and what you are trying to do with it. The answers to your two questions are yes and yes, but these answers are somewhat meaningless. –  Mar 05 '13 at 07:30

1 Answers1

1

You can use this table for PCA, but the data points would give you a more refined idea and use a covariance matrix since the data is on the same scale

Here is a video explaining PCA usage for finding patterns similar to your case

ccsv
  • 1,068