Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.08 KB

reference.rst

File metadata and controls

55 lines (38 loc) · 1.08 KB

API Reference

Core API

The core components of PyEHM are the ~.EHM and ~.EHM2 classes, that constitute implementations of the EHM [EHM1] and EHM2 [EHM2] algorithms for data association.

The interfaces of these classes are documented below.

pyehm.core.EHM

pyehm.core.EHM2

Utils API

The pyehm.utils module contains helper classes and functions used by pyehm.core.

pyehm.utils.EHMNetNode

pyehm.utils.EHM2NetNode

pyehm.utils.EHMNet

pyehm.utils.EHM2Tree

pyehm.utils.Cluster

pyehm.utils.gen_clusters

Plugins

Stone Soup

pyehm.plugins.stonesoup.JPDAWithEHM

pyehm.plugins.stonesoup.JPDAWithEHM2