package
Version:
v0.16.0
Opens a new window with list of versions in this module.
Published: Nov 22, 2018
License: BSD-3-Clause, BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
package heap implements a min-heap for pairs of jets.
Heap contains a slice of items and the last index.
New returns a heap pointer.
IsEmpty returns whether a heap is empty.
Pop returns the two jets with the smallest distance.
It returns -1, -1, 0 if the heap is empty.
Push inserts two new clustering candidates and their kt distance.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.