Contains classes for computing results of the univariate outlier detection algorithm.
More...
|
| struct | InitIface |
| | Abstract class that provides a functor for the initial procedure. More...
|
| |
| struct | DefaultInit |
| | Class that specifies the default method for initialization. More...
|
| |
| struct | Parameter |
| | Parameters of the univariate outlier detection algorithm. More...
|
| |
| class | Input |
| | Input objects for the univariate outlier detection algorithm More...
|
| |
| class | Result |
| | Results obtained with the compute() method of the univariate outlier detection algorithm in the batch processing mode. More...
|
| |
Available identifiers of input objects of the univariate outlier detection algorithm
| Enumerator |
|---|
| data |
Input data table
|
| location |
Vector of mean estimates of size 1 x p
|
| scatter |
Measure of spread, the array of standard deviations of size 1 x p
|
| threshold |
Limit that defines the outlier region, the array of non-negative numbers of size 1 x p
|
Available methods for computing results of the univariate outlier detection algorithm
| Enumerator |
|---|
| defaultDense |
Default: performance-oriented method
|
Available identifiers of results of the univariate outlier detection algorithm
| Enumerator |
|---|
| weights |
Table with results
|