namosim.algorithms package
Submodules
namosim.algorithms.graph_search module
namosim.algorithms.kd_tree module
- class namosim.algorithms.kd_tree.KDNode(object: T, point: List[float], axis: int)[source]
Bases:
Generic
[T
]
- class namosim.algorithms.kd_tree.KDTree(dimensions: int, point_getter: ~typing.Callable[[~namosim.algorithms.kd_tree.T], ~typing.Iterable[float]], distance_func: ~typing.Callable[[~typing.Iterable[float], ~typing.Iterable[float]], float] = <function default_distance_func>)[source]
Bases:
Generic
[T
]