Learn R Programming

stream (version 0.1-1)

DSC: Data Stream Clusterer Base Class

Description

Abstract base class for all DSC (Data Stream Clusterer) classes.

Arguments

Details

The DSC class cannot be instantiated, but it serves as a base class from which all DSC classes inherit.

Class DSC provides several generic functions that can operate on all DSC subclasses: print(), plot(), nclusters() to get the current number of clusters, get_centers() to get the cluster centers, and get_weights() to get the cluster weights (if implemented). get_centers() and get_weights() are typically overwritten by subclasses of DSC.

See Also

plot, nclusters, get_centers, get_weights, get_assignment, get_copy