Stay organized with collections
Save and categorize content based on your preferences.
Trains the Clusterer on a collection of features using the specified numeric properties of each feature as training data. The geometry of the features is ignored.
The list of property names to include as training data. Each feature must have all these properties, and their values must be numeric. This argument is optional if the input collection contains a 'band_order' property (as produced by Image.sample).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-19 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."]]],[]]