고정된 수의 고정 너비 bin을 사용하여 입력의 2D 히스토그램을 계산하는 리듀서를 만듭니다. 두 축 모두에서 [min, max) 범위를 벗어나는 값은 무시됩니다. 출력은 개수의 2D 배열과 xAxis 및 yAxis의 버킷 하단 가장자리의 2개의 1D 배열입니다. 이 리듀서는 픽셀별로 사용하기에 적합하지만 항상 가중치가 적용되지 않습니다. 버킷의 최대 개수는 2^31 - 1입니다.
[[["이해하기 쉬움","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)"],[[["Creates a 2D histogram with a fixed number of bins for analyzing data distribution across two dimensions."],["Ignores values outside the defined range on either axis and limits the maximum count per bucket to 2^31 - 1."],["Outputs a 2D array of counts, along with 1D arrays for the x and y axis bucket boundaries."],["Suitable for per-pixel use but doesn't incorporate weighting."],["Requires specifying the range and number of bins for both x and y axes using the `ee.Reducer.fixed2DHistogram` function."]]],[]]