MultiComponentStateModeCalculator: Remove multimap, cleanup definition of a mixture
-
A mixture is
std::array<std::vector<Component>, 5> mixture;
rather thanstd::array<std::vector<Mixture>, 5> mixture;
Rename the struct accordingly. -
Also we do not really a std::multimap to find the component whose mean gives gives the highest value for the mixture among all component means.
Edited by Christos Anastopoulos