How to set x1 and x2 from the dataset in pca?
1 view (last 30 days)
Show older comments
Hello... I have a dataset that i attached... I know all the code but there is a small problem which is x1 and x2... Im doing pca dimensionality reduction which i don't know about the x1(:,?) and x2(:,?) the loading dataset can anybody help please... Thnx in advance The code like this:
numdata=240; %rows Datasetname='df2.csv' ; Dataset=csvread(Datasetname); X1=Dataset(:,?) ; %this is i don't know X2=Dataset(:,?) ; also this...
Aftr this x1 and x2 mean etc
0 Comments
Answers (0)
See Also
Categories
Find more on Dimensionality Reduction and Feature Extraction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!