Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.69 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.69 KB


About

EasyStream.jl aims to create a simple interface for working with streams, acting as an example in related problems such as the concept drift.

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add EasyStream

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("EasyStream")

Documentation

  • STABLEmost recently tagged version of the documentation. (under construction)
  • LATESTin-development version of the documentation.

Packages

Some important packages: