Runs the multivariate outlier detection algorithm in the batch processing mode.
More...
Constructs BACON multivariate outlier detection algorithm by copying input objects and parameters of another algorithm BACON multivariate outlier detection algorithm
- Parameters
-
context | Context to manage the multivariate outlier detection |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
Constructs BACON multivariate outlier detection algorithm
- Parameters
-
context | Context to manage the multivariate outlier detection |
cls | Data type to use in intermediate computations of the multivariate outlier detection, Double.class or Float.class |
method | multivariate outlier detection computation method, Method |
- Deprecated:
- This item will be removed in a future release. Use com.intel.daal.algorithms.bacon_outlier_detection.Batch instead.
- References
- InputId class. Identifiers of the input objects for the multivariate outlier detection algorithm
- ResultId class. Identifiers of the results of the algorithm
Returns the newly allocated BACON multivariate outlier detection algorithm with a copy of input objects and parameters of this BACON multivariate outlier detection algorithm
- Parameters
-
context | Context to manage the multivariate outlier detection |
- Returns
- The newly allocated algorithm
Runs multivariate outlier detection algorithm
- Returns
- Outlier detection results
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store the results of the multivariate outlier detection
- Parameters
-
result | Structure for storing the results of the multivariate outlier detection algorithm |
Computation method for the algorithm
Parameters of the algorithm
The documentation for this class was generated from the following file:
- multivariate_outlier_detection/bacondense/Batch.java