machine learning - Dimension reduction using PCA in matlab code -


i have matrix of [152 x 27578] 152 samples , 27578 features , used pca function dimension reduction in matlab.

x = load(dataset);  coeff = pca(x); 

it generated matrix of [27578 x 151].but dont understand generating , unable understand next. can 1 me understanding?. main goal reduce dimension of original matrix


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -