Earth Engine is introducing
noncommercial quota tiers to safeguard shared compute resources and ensure reliable performance for everyone. All noncommercial projects will need to select a quota tier by
April 27, 2026 or will use the Community Tier by default. Tier quotas will take effect for all projects (regardless of tier selection date) on
April 27, 2026.
Learn more.
ee.Classifier.setOutputMode
Stay organized with collections
Save and categorize content based on your preferences.
Sets a classifier's output format.
Refer to https://developers.google.com/earth-engine/guides/classification for a list of supported modes for each classifier.
| Usage | Returns | Classifier.setOutputMode(mode) | Classifier |
| Argument | Type | Details | this: classifier | Classifier | An input classifier. |
mode | String | The output mode. One of:
- CLASSIFICATION (default): The output is the class number.
- REGRESSION: The output is the result of standard regression.
- PROBABILITY: The output is the probability that the classification is correct.
- MULTIPROBABILITY: The output is an array of probabilities that each class is correct ordered by classes seen.
- RAW: The output is an array of the internal representation of the classification process. For example, the raw votes in multi-decision tree models.
- RAW_REGRESSION: The output is an array of the internal representation of the regression process. For example, the raw predictions of multiple regression trees.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-17 UTC.
[null,null,["Last updated 2025-03-17 UTC."],[],[]]