r-hyperspec / unmixR

N-FINDR, Vertex Component Analysis (VCA) and Iterative Constrained Endmember (ICE) algorithms for hyperspectral unmixing in R.
https://r-hyperspec.github.io/unmixR/
MIT License
2 stars 0 forks source link

Implement Methods for Finding the Number of Endmembers #7

Open rguliev opened 8 years ago

rguliev commented 8 years ago

In GitLab by @bryanhanson on May 19, 2016, 15:18

All code to date assumes the user knows how many endmembers to expect. There are methods in the literature for estimating the number of endmembers from the data itself. We should consider adding one or more of these to the package, time permitting.

rguliev commented 8 years ago

In GitLab by @cbeleites on May 26, 2016, 23:19

Finding the number of endmembers is definitively an issue.