An interval mapping data structure


Version: 1.2
Category:
Scripts
Python
Requirements:
Seller:
Price:
-
System:
Rating:
4.4
License:

Description - An interval mapping data structure



This structure is a kind of dictionary which allows you to map data intervals to values. You can then query the structure for a given point, and it returns the value associated to the interval which contains the point. Boundary values don`t need to be an integer ; indeed in the unit test I use a datetime object.



More in Python-An interval mapping data structure

Interval Mapping Data Structure Interval Mapping Data