hdmf.array module¶
- class hdmf.array.AbstractSortedArray(data)¶
Bases:
Array
An abstract class for representing sorted array
- abstract find_point(val)¶
- get_data()¶
- class hdmf.array.SortedArray(array)¶
Bases:
AbstractSortedArray
A 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)¶