Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.Clusterer.schema
Stay organized with collections
Save and categorize content based on your preferences.
Returns the names of the inputs used by this Clusterer, or null if this Clusterer has not had any training data added yet.
Usage | Returns | Clusterer.schema() | List |
Argument | Type | Details | this: clusterer | Clusterer | |
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 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["\u003cp\u003eThis function reveals the names of the input columns used to train a Clusterer model.\u003c/p\u003e\n"],["\u003cp\u003eIt returns a list of these input names or null if the model has not been trained.\u003c/p\u003e\n"],["\u003cp\u003eThe function is accessed via the \u003ccode\u003eschema()\u003c/code\u003e method and takes the Clusterer object as input.\u003c/p\u003e\n"]]],[],null,["# ee.Clusterer.schema\n\nReturns the names of the inputs used by this Clusterer, or null if this Clusterer has not had any training data added yet.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------|---------|\n| Clusterer.schema`()` | List |\n\n| Argument | Type | Details |\n|-------------------|-----------|---------|\n| this: `clusterer` | Clusterer | |"]]