ee.Clusterer.schema
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."],[[["This function reveals the names of the input columns used to train a Clusterer model."],["It returns a list of these input names or null if the model has not been trained."],["The function is accessed via the `schema()` method and takes the Clusterer object as input."]]],[]]