This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
Changes in this release:
- Major refactoring to make the data reader more flexible.
- Steps for reading data has changed: First, read in the columns. Second, make changes to the column datatype if needed. Finally, read in the data using the columns read in.
- Introduced metadata file for interventional dataset.
- Column datatype can be changed using metadata file.
- Switched from ByteBuffer to standard byte InputStream, mostly for reading in data from file.