keichi / mpEDM

A scalable parallel implementation of Empirical Dynamic Modeling
MIT License
9 stars 1 forks source link

Add option to transpose the input dataset #71

Closed keichi closed 1 year ago

keichi commented 4 years ago

Seems like the HDF5 datasets (e.g. Subject11_TimeSeries.h5) are stored is stored row-major. They need to be converted to column-major to match the internal representation of DataFrame.