Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

data-reader-1.1.0

Latest
Compare
Choose a tag to compare
@kvb2univpitt kvb2univpitt released this 04 Mar 16:05

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.