Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.76 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.76 KB


About

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

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 NeatStream

Or, equivalently, via the Pkg API:

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

Documentation

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

Packages

Some important packages: