Earth Engine Tutorial #31: Machine Learning with Earth Engine - Unsupervised Classification
This tutorial shows you how to perform unsupervised classification (e.g., KMeans clustering) in Earth Engine. The ee.Clusterer package handles unsupervised classification (or clustering) in Earth Engine. These algorithms are currently based on the algorithms with the same name in Weka. More details about each Clusterer are available in the reference docs in the Code Editor. Clusterers are used in the same manner as classifiers in Earth Engine.
Aug-7-2020, 15:26:07 GMT
- Technology: