Input objects for the BACON outlier detection algorithm
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
def check |
( |
|
self, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks input object for the BACON outlier detection algorithm
- Parameters
-
par | Algorithm parameters |
method | Computation method for the algorithm |
- Returns
- Status of computations
Returns input object for the BACON outlier detection algorithm
- Parameters
-
id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets input object for the BACON outlier detection algorithm
- Parameters
-
id | Identifier of the input object |
ptr | Pointer to the input object |
The documentation for this class was generated from the following file:
- bacon_outlier_detection.py