trackpy.linking.subnet

Functions

assign_subnet(source, dest, subnets)

Assign source point and dest point to the same subnet

split_subnet(source, dest, new_range)

Break apart a subnet by using a reduced search_range.

Classes

HashBTree(points, ndim[, to_eucl, dist_func])

Implementation of hash using sklearn.neighbors.BallTree

HashBase(points, ndim)

Base for classes that efficiently find features near a point.

HashKDTree(points, ndim[, to_eucl, dist_func])

Implementation of hash using scipy.spatial.cKDTree

Subnets(source_hash, dest_hash, search_range)

Class that identifies the possible links between two groups of features.