Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiTiler ¶
type MultiTiler struct {
// contains filtered or unexported fields
}
func NewMultiTiler ¶
func NewMultiTiler(numDims, tiles int, scalers []Scaler) (MultiTiler, error)
NewMultiTiler creates a new Indexing Tiler, which returns a slice of indexes based on the tiles' hashes. Input data is scaled based on the provided scaling structs. Then each dimension is tiled individually and in pairs. The length of the []Scaler should either be equal to 'numDims', or it should be length 1 (in which case it will apply to all tiles).
func (MultiTiler) NumberOfIndices ¶
func (st MultiTiler) NumberOfIndices() int
type Scaler ¶
type Scaler struct { MaxRange int // contains filtered or unexported fields }
Scaler is used to provide a scaling range for tiles.
Click to show internal directories.
Click to hide internal directories.