ee.Classifier.schema
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
نام ورودیهای استفاده شده توسط این طبقهبندیکننده را برمیگرداند یا اگر این طبقهبندیکننده هنوز هیچ داده آموزشی اضافه نکرده باشد، null را برمیگرداند.
استفاده | برمی گرداند | Classifier. schema () | فهرست کنید |
استدلال | تایپ کنید | جزئیات | این: classifier | طبقه بندی کننده | |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\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 | |"]]