Provides methods for normal distribution computations in the batch processing mode.
More...
- Parameters
-
fptype | Data type to use in intermediate computations of normal distribution, double or float |
method | Computation method of the distribution, normal.Method |
- Enumerations
- normal.Method Computation methods for the normal distribution
- References
-
- Aliases
Batch_Float64Icdf
is an alias of Batch(fptype=float64, method=daal.algorithms.distributions.normal.icdf)
Batch_Float32Icdf
is an alias of Batch(fptype=float32, method=daal.algorithms.distributions.normal.icdf)
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Constructs normal distribution
- Parameters
-
a | Mean |
sigma | standard deviation |
- Variant 2
Constructs normal distribution
- Parameters
-
a | Mean |
sigma | standard deviation |
- Variant 3
Constructs normal distribution
- Parameters
-
a | Mean |
sigma | standard deviation |
- Variant 4
Constructs normal distribution by copying input objects and parameters of another normal distribution
- Parameters
-
def allocateResult |
( |
|
self | ) |
|
Allocates memory to store the result of the normal distribution
- Returns
- Status of computations
Returns a pointer to the newly allocated normal distribution with a copy of input objects and parameters of this normal distribution
- Returns
- Pointer to the newly allocated distribution
Returns method of the distribution
- Returns
- Method of the distribution
Returns the structure that contains results of normal distribution
- Returns
- Structure that contains results of normal distribution
def setResult |
( |
|
self, |
|
|
|
result |
|
) |
| |
Registers user-allocated memory to store results of normal distribution
- Parameters
-
result | Structure to store results of normal distribution |
- Returns
- Status of computations
Parameters of the normal distribution
The documentation for this class was generated from the following file: