ee.Classifier.decisionTreeEnsemble
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tạo một bộ phân loại áp dụng các cây quyết định đã cho.
Cách sử dụng | Giá trị trả về |
---|
ee.Classifier.decisionTreeEnsemble(treeStrings) | Công cụ phân loại |
Đối số | Loại | Thông tin chi tiết |
---|
treeStrings | Danh sách | Các cây quyết định được chỉ định ở định dạng văn bản do R và các công cụ tương tự khác tạo ra. Mỗi mục trong danh sách phải chứa một hoặc nhiều cây ở định dạng văn bản. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]