|
Algorithm 1. BgPCA
|
Start {X: the 2D dataset of the HSI}
Calculate the band-to-band NMI matrix to produce the subgroups of X
Based on the NMI matrix, divide X into k subgroups
For each subgroup, do
Compute the projection matrix via PCA
Combine all individual projection matrices successively to build the complete projection matrix
|