hdmf.array module
- class hdmf.array.AbstractSortedArray(data)
Bases:
ArrayAn abstract class for representing sorted array
- abstract find_point(val)
- get_data()
- class hdmf.array.SortedArray(array)
Bases:
AbstractSortedArrayA class for wrapping sorted arrays. This class overrides <,>,<=,>=,==, and != to leverage the sorted content for efficiency.
- find_point(val)
- class hdmf.array.LinSpace(start, stop, step)
Bases:
SortedArray- find_point(val)