公告:凡是在
2025 年 4 月 15 日前註冊使用 Earth Engine 的非商業專案,都必須
驗證非商業用途資格,才能繼續存取 Earth Engine。
ee.Classifier.schema
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
傳回這個分類器使用的輸入名稱,如果分類器尚未新增任何訓練資料,則傳回空值。
用量 | 傳回 |
---|
Classifier.schema() | 清單 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003eThis function reveals the names of the inputs utilized by a classifier.\u003c/p\u003e\n"],["\u003cp\u003eIt returns null if the classifier hasn't been trained with any data yet.\u003c/p\u003e\n"],["\u003cp\u003eThe function is accessed using the \u003ccode\u003eClassifier.schema()\u003c/code\u003e syntax and it returns a list of input names.\u003c/p\u003e\n"],["\u003cp\u003eThis method requires a classifier object as input.\u003c/p\u003e\n"]]],["The `Classifier.schema()` method retrieves the names of the input features used by a classifier. It returns a list of input names if training data has been added; otherwise, it returns null. The method takes one argument: `classifier` of type `Classifier`. The output of this method is a list containing the names of the inputs, if any.\n"],null,["# ee.Classifier.schema\n\nReturns the names of the inputs used by this classifier or null if this classifier has not had any training data added yet.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------|---------|\n| Classifier.schema`()` | List |\n\n| Argument | Type | Details |\n|--------------------|------------|---------|\n| this: `classifier` | Classifier | |"]]