Skip to content
Raven Computing edited this page Mar 4, 2020 · 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
    • DataFrame: Flexible and generally useful DataFrame implementations
    • BitVector: An implementation of a bit vector
    • ProbabilisticSet: Memory efficient data structure with a scalable Bloom filter implementation
  • 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 execute actions in the future
Clone this wiki locally