이미지에서 층화된 무작위 포인트 샘플을 추출합니다. 'classBand' 내에서 발견된 각 고유 값에 대해 지정된 수의 샘플을 추출합니다. 추출된 포인트당 1개의 Feature가 있는 FeatureCollection을 반환하며, 각 Feature에는 입력 이미지의 밴드당 1개의 속성이 있습니다. 특정 클래스 값에 사용할 수 있는 샘플 수가 지정된 수보다 적으면 해당 클래스의 모든 포인트가 포함됩니다. classBand에 정수 값이 포함되어야 합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-26(UTC)"],[[["Extracts a stratified random sample of points from an image based on distinct class values within a specified band."],["Returns a FeatureCollection containing one feature per sampled point, each with properties corresponding to the image bands."],["Allows customization of the number of samples per class, sampling region, scale, projection, and randomization."],["Handles cases with insufficient samples for a class by including all available points for that class."],["Requires the class band to contain integer values for proper stratification."]]],[]]