KNN PCA
Use as is on Deng 2014
- We performed PCA first and then computed the distance matrix on the PC loadings.
- We first perform a kNN smoothing on the covariance matrix (with number of nearest neighbors taken to be 3 as per Euclidean distance ) and then we apply the PCA based on the modified or the smoothed covariance matrix.
Use with MST on Deng 2014
- We perform MST (Minimal Spanning Tree) based on the PC loadings data without kNN local smoothing
- We perform MST (Minimal Spanning Tree) based on the PC loadings data with kNN local smoothing
Use as is on simulated data
Use with MST on simulated data