core.matrix icon indicating copy to clipboard operation
core.matrix copied to clipboard

Extend dataset capabilities to allow labelling of arbitrary dimensions

Open mikera opened this issue 11 years ago • 2 comments

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.

mikera avatar Aug 18 '14 08:08 mikera

See Group discussion: https://groups.google.com/d/topic/numerical-clojure/ELNTPY2-nBU/discussion

mikera avatar Sep 09 '14 11:09 mikera

@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

mikera avatar Dec 08 '14 07:12 mikera