Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Parameters of the outlier detection computation using the baconDense method. More...
Public Member Functions | |
| def | __init__ |
| def | check |
Public Member Functions inherited from Parameter | |
| def | __init__ |
| def | check |
Static Public Attributes | |
| initMethod = ... | |
| alpha = ... | |
| toleranceToConverge = ... | |
| def __init__ | ( | self, | |
| args | |||
| ) |
__init__(daal.algorithms.bacon_outlier_detection.Parameter self, daal.algorithms.bacon_outlier_detection.InitializationMethod initMethod, double alpha=0.05, double toleranceToConverge=0.005) -> Parameter
| def check | ( | self | ) |
check(Parameter self) -> Status
|
static |
One-tailed probability that defines the
quantile
|
static |
Initialization method, InitializationMethod
|
static |
Stopping criterion: the algorithm is terminated if the size of the basic subset
For more complete information about compiler optimizations, see our Optimization Notice.