ee.Classifier.decisionTreeEnsemble
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
طبقه بندی کننده ای ایجاد می کند که درخت های تصمیم داده شده را اعمال می کند.
استفاده | برمی گرداند | ee.Classifier.decisionTreeEnsemble(treeStrings) | طبقه بندی کننده |
استدلال | تایپ کنید | جزئیات | treeStrings | فهرست کنید | درخت های تصمیم که در قالب متن تولید شده توسط R و سایر ابزارهای مشابه مشخص شده اند. هر مورد در لیست باید دارای یک یا چند درخت در قالب متن باشد. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eCreates a classifier from a list of decision tree strings.\u003c/p\u003e\n"],["\u003cp\u003eThe decision tree strings should be in a text format compatible with tools like R.\u003c/p\u003e\n"],["\u003cp\u003eEach item in the provided list can hold one or more trees in this text format.\u003c/p\u003e\n"],["\u003cp\u003eThe output is a ready-to-use Earth Engine Classifier object.\u003c/p\u003e\n"]]],["The core functionality involves generating a classifier from a list of decision trees. The `ee.Classifier.decisionTreeEnsemble(treeStrings)` function is used to create this classifier. It takes a list of `treeStrings` as input, where each string represents one or more decision trees in a specific text format. The function then returns a new classifier that can apply this ensemble of decision trees.\n"],null,["# ee.Classifier.decisionTreeEnsemble\n\nCreates a classifier that applies the given decision trees.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------------------------|------------|\n| `ee.Classifier.decisionTreeEnsemble(treeStrings)` | Classifier |\n\n| Argument | Type | Details |\n|---------------|------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `treeStrings` | List | The decision trees, specified in the text format generated by R and other similar tools. Each item in the list should contain one or more trees in text format. |"]]