Results obtained with the compute() method of the BACON outlier detection algorithm in the batch processing mode.
More...
| def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
input, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Allocates memory to store the results of the BACON outlier detection algorithm
- Parameters
-
| fptype | Data type to use for storing results, double or float |
| input | Pointer to Input objects of the algorithm |
| parameter | Pointer to the parameters of the algorithm |
| method | Computation method |
- Returns
- Status of computations
- Full Names
allocate_Float64 is for float64
allocate_Float32 is for float32
| def check |
( |
|
self, |
|
|
|
input, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks the result object of the BACON outlier detection algorithm
- Parameters
-
| input | Pointer to Input objects of the algorithm |
| par | Pointer to the parameters of the algorithm |
| method | Computation method |
- Returns
- Status of computations
Returns result of the BACON outlier detection algorithm
- Parameters
-
| id | Identifier of the result |
- Returns
- Final result that corresponds to the given identifier
| def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
| def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets the result of the BACON outlier detection algorithm
- Parameters
-
| id | Identifier of the result |
| ptr | Pointer to the result |
The documentation for this class was generated from the following file:
- bacon_outlier_detection.py