Brief Intro and Layout

This pipeline is absolutely principal in doing the actual linear inversion. Currently, we have all these scattered solutions to also scattered problems. We have to get these together, implement a smooth program where we can plug-in-play with different combinations of these solutions, this requires an architecture shown as below:

S(2).png

Current Issues and Room for Improvement

Issues With mrEM Determination

Issues With Abundance Estimation

Layout

Part 1: Data Separation

This part is for data separation. Here, we separate the data into training and validation where both training and validation contain endmembers and mixed spectra. There are options to choose how this separation happens and how much we separate. Not much more than this.

-From here, we get Training DB (Df_Training) and Validation DB (Df_Validation).

Part 2: Classification