stream (version 1.2-3)

DSO: Data Stream Operator Base Classes

Description

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

Arguments

Details

The DSO class cannot be instantiated (calling DSO() produces errors), but it serve as a base class from which other DSO classes inherit.

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

See Also

update, get_points, get_weights, DSO_Window, DSO_Sample