Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
Phil Gaiser edited this page Sep 30, 2018 · 2 revisions

Developer Documentation

Although all classes have Javadocs attached to them, additional documentation is being provided here to help you understand how things work and to give some examples on how to use the APIs.

  • io-package: Classes responsible for serialization and reading/writing of files
  • struct-package: Interfaces and implementations for data structures
    • DataFrames: Flexible and generally useful DataFrame implementations
  • util-package: Various utility-classes to make life a little bit more convenient
    • ArgumentParser: A parser for command line arguments.
    • Chronometer: A chronometer that can measure time and notify a caller after a predefined amount of time has elapsed.
Clone this wiki locally