フィルターのクリア

To remove NaN values and to calculate PCA of dataset

4 ビュー (過去 30 日間)
Khaing Zin Htwe
Khaing Zin Htwe 2016 年 5 月 9 日
編集済み: per isakson 2016 年 5 月 10 日
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 件のコメント
per isakson
per isakson 2016 年 5 月 10 日
編集済み: per isakson 2016 年 5 月 10 日
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.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeDimensionality Reduction and Feature Extraction についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by