Learn R Programming

stream (version 1.5-1)

DSOutlier: Abstract Class for Outlier Detection Clusterers

Description

The abstract class for all outlier detection clusterers. Cannot be instantiated. An implementation is available in package streamMOA.

Usage

DSOutlier(...)

clean_outliers(x, ...)

recheck_outlier(x, outlier_correlated_id, ...)

get_outlier_positions(x, ...)

noutliers(x, ...)

Arguments

...

further arguments.

x

The DSC object.

outlier_correlated_id

ids of outliers.

Functions

  • clean_outliers: Clean Outliers from the Outlier Detecting Clusterer

  • recheck_outlier: Re-checks the outlier having outlier_correlated_id. If this object is still an outlier, the method returns TRUE.

  • get_outlier_positions: Returns spatial positions of all current outliers.

  • noutliers: Returns the current number of outliers.

Author

Dalibor Krleža

Examples

Run this code
DSOutlier()

Run the code above in your browser using DataLab