I am classifying and satellite images using random forest classification algorithm in Python. I want to map the uncertainty of classification for each class at pixel level.
Is it possible?
So far I have searched on internet and found this link https://www.sciencedirect.com/science/article/pii/S0303243412001195 but method mentioned here to calculate uncertainty is only for binary classification.
I will really appreciate any guidance in this regard.