Ok, so I will be very precise about the query. I have classified some satellite images as having multiple bands, like more than 20 bands. These bands include the usual multispectral bands as well as some spectral indices generated from these bands. I have stacked them all together and used for the classification purpose. I have used a random forest classifier. Now I want to know the contribution of each band from the stacked image in the classification process. How do I calculate that? Any guidance would be helpful.
Thanks in advance.