See: Description
| Interface | Description |
|---|---|
| BinningAlg |
Represents an algorithm to perform spatial binning.
|
| Class | Description |
|---|---|
| BinningCommonMapper<K,V> |
Maps input records to bins.
|
| BinningCommonReducer |
Processes reduce groups containing records mapped to a bin.
|
| BinningConfig |
Holds the configuration for creating spatial binning.
|
| BinningFactory |
Class used to create a
BinningAlg implementation based on the configuration |
| BinUtils |
Contains helper methods for spatial binning
|
| HexBinningAlg |
An implementation of
BinningAlg for generating spatial binning with hexagonal cells |
| RectBinningAlg |
An implementation of
BinningAlg for generating spatial binning with rectangular cells |
| Enum | Description |
|---|---|
| BinningConfig.BinShape |
The shape of the cells to be generated
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.