Contains classes for computing the BACON outlier detection.
More...
|
struct | Parameter |
| Parameters of the outlier detection computation using the baconDense method. More...
|
|
class | Input |
| Input objects for the BACON outlier detection algorithm More...
|
|
class | Result |
| Results obtained with the compute() method of the BACON outlier detection algorithm in the batch processing mode. More...
|
|
enum InitializationMethod |
Available initialization method for the BACON outlier detection algorithm
Enumerator |
---|
baconMedian |
Median-based method
|
baconMahalanobis |
Mahalanobis distance-based method
|
Available identifiers of input objects for the BACON outlier detection algorithm
Enumerator |
---|
data |
Input data table
|
Available computation methods for the BACON outlier detection algorithm
Enumerator |
---|
defaultDense |
Blocked Adaptive Computationally-efficient Outlier Nominators(BACON) method
|
Available identifiers of the results of the BACON outlier detection algorithm
Enumerator |
---|
weights |
Outlier detection results
|