ee.Classifier.schema
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงชื่อของอินพุตที่ใช้โดยตัวแยกประเภทนี้ หรือแสดงค่า Null หากยังไม่ได้เพิ่มข้อมูลการฝึกให้กับตัวแยกประเภทนี้
การใช้งาน | การคืนสินค้า |
---|
Classifier.schema() | รายการ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ classifier | ตัวแยกประเภท | |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\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 | |"]]