Module mzpeaks::feature_map

source ·
Expand description

Collections of features that are ordered and searchable by a coordinate, support fast access and are growable. While the main behaviors are provided through the FeatureMapLike generic trait, a (generic) full implementation is given by FeatureMap.

Structs§

Traits§

  • A two dimensional feature collection where features are sorted by the X dimension and each feature is internally sorted by the Y dimension.
  • A mutable kind of FeatureMapLike which new features can be added to.