stream (version 1.5-1)

DSO: Data Stream Operator Base Classes

Description

Abstract base classes for all DSO (Data Stream Operator) classes.

Usage

DSO(...)

Arguments

...

Further arguments.

Author

Michael Hahsler

Details

The DSO class cannot be instantiated, but it serve as a base class from which other DSO classes inherit.

Data stream operators use update to process new data from the DSD stream. The result of the operator can be obtained via get_points and get_weights (if available).

See Also

DSO_Window, DSO_Sample

Examples

Run this code
DSO()

Run the code above in your browser using DataLab