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.