Is it possible to run a classification repeatedly and generate the mode of all classified outputs in Google Earth Engine?
I have successfully performed a single-run of the Random Forest classification with a set of training data but have two more independently collected training data points to use.
Is it possible to have a loop introduced in GEE for this task?
The aim of the classification is to delineate waterbodies from surrounding vegetated land cover classes.
Please see link for the codes:
https://code.earthengine.google.com/?accept_repo=users/lexisgis/WaterMapping
Thanks.