core.matrix
core.matrix copied to clipboard
Extend dataset capabilities to allow labelling of arbitrary dimensions
Some dataset implementations (e.g HDF5) support labels on arbitrary dimensions (not just data columns). It would be good to generalise the dataset functionality to support this.
See Group discussion: https://groups.google.com/d/topic/numerical-clojure/ELNTPY2-nBU/discussion
@lbradstreet @kakarukeys for your reference we need this issue implemented before we can get fully labelled data arrays. Currently only labelled columns are supported in the standard Dataset implementation