Earth Engine Tutorial #32: Machine Learning with Earth Engine - Supervised Classification
This tutorial shows you how to perform supervised classification (e.g., Classification and Regression Trees [CART]) in Earth Engine. The Classifier package handles supervised classification by traditional ML algorithms running in Earth Engine. The training data is a FeatureCollection with a property storing the class label and properties storing predictor variables. Class labels should be consecutive, integers starting from 0. If necessary, use remap() to convert class values to consecutive integers. The predictors should be numeric.
Aug-11-2020, 12:46:08 GMT
- Technology: