Thông báo: Tất cả dự án phi thương mại đã đăng ký sử dụng Earth Engine trước ngày 15 tháng 4 năm 2025 phải xác minh điều kiện sử dụng phi thương mại để duy trì quyền truy cập vào Earth Engine.
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.
Huấn luyện Clusterer trên một tập hợp các đối tượng bằng cách sử dụng các thuộc tính số được chỉ định của từng đối tượng làm dữ liệu huấn luyện. Hình học của các đối tượng sẽ bị bỏ qua.
Danh sách tên thuộc tính cần đưa vào làm dữ liệu huấn luyện. Mỗi đối tượng phải có tất cả các thuộc tính này và giá trị của các thuộc tính phải là giá trị bằng số. Đối số này là không bắt buộc nếu tập hợp đầu vào chứa thuộc tính "band_order" (do Image.sample tạo ra).
subsampling
Số thực, mặc định: 1
Một hệ số lấy mẫu phụ không bắt buộc, trong khoảng (0, 1].
subsamplingSeed
Số nguyên, mặc định: 0
Một dữ liệu gốc ngẫu nhiên để dùng cho việc lấy mẫu phụ.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["Trains a clusterer using numeric properties of features, ignoring geometry."],["Requires a feature collection and optionally specifies input properties for training."],["Allows for subsampling of the training data using a factor and seed."],["Returns the trained Clusterer object for further use."]]],["The `Clusterer.train` method trains a Clusterer using a FeatureCollection. It takes a collection of features and uses their numeric properties as training data, ignoring feature geometry. Users specify `inputProperties` (a list of numeric property names) to be used for training. Subsampling can be employed by setting the `subsampling` (factor between 0 and 1) and optionally, the `subsamplingSeed` to control randomness. The method returns the trained `Clusterer` object.\n"]]