To remove NaN values and to calculate PCA of dataset
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Dear sir,
I have a data set of 141x3084 size that includes NaN values terribly. The overall aim is to reduce the dimensions of data set. But after normalize the data set, I can't calculate the score,latent,var. They all are zeros.Why,sir. After that, I calculate PCA without normalization , I get the NaN value as the result though. Seriously!!! How can I solve my problem,sir. It might be easy for you,sir. Thanks all.
1 Commento
  per isakson
      
      
 il 10 Mag 2016
				
      Modificato: per isakson
      
      
 il 10 Mag 2016
  
			By default, pca performs the action specified by the 'Rows','complete' name-value pair 
argument. This option removes the observations with NaN values before calculation. Rows 
of NaNs are reinserted into score and tsquared at the corresponding locations, namely 
rows 56 to 59, 131, and 132.
Risposte (0)
Vedere anche
Categorie
				Scopri di più su Dimensionality Reduction and Feature Extraction in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!