I have a set of 100 observations, where each observation has 45 characteristics. And each of these observations has an attached label that I want to predict based on these 45 characteristics. So this is an input matrix with a size of 45 x 100 and a target matrix with a size of 1 x 100.
The fact is that I want to know how many of these 45 characteristics matter in my dataset, basically an analysis of the main components, and I understand that I can do this using the matlab function processpca.
Could you tell me how can I do this? Suppose an input matrix xwith 45 rows and 100 columns, and ya vector with 100 elements.
Simon source
share