-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Raven Computing edited this page Mar 4, 2020
·
2 revisions
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
- CSVReader & CSVWriter: Working with CSV-files.
- DataFrameSerializer: Serialization support for DataFrames.
- ConfigurationFileHandler: Support for reading and writing of .config files.
- PropertiesFileHandler: Simple parser for .properties 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