ee.Classifier.decisionTreeEnsemble
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
יוצרת מסווג שמחיל את עצי ההחלטות שצוינו.
שימוש | החזרות |
---|
ee.Classifier.decisionTreeEnsemble(treeStrings) | מסווג |
ארגומנט | סוג | פרטים |
---|
treeStrings | רשימה | עצי ההחלטה, שצוינו בפורמט הטקסט שנוצר על ידי R וכלים דומים אחרים. כל פריט ברשימה צריך להכיל עץ אחד או יותר בפורמט טקסט. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\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. |"]]