VCA algorithm to obtain the k endmembers from the signatures.
unmixing_vca(signatures, k)
signatures | A spectral object built using the load_signature_files function. |
---|---|
k | The number of endmembers to find. |
An extended spectral object which includes the indices of the endmember signatures.
data(signatures) unmixed_signatures <- unmixing_vca(signatures, k=2)