Provides methods for truncated gaussian initializer computations in the batch processing mode.
More...
Constructs truncated gaussian initializer by copying input objects and parameters of another truncated gaussian initializer
- Parameters
-
context | Context to manage the truncated gaussian initializer |
other | An initializer to be used as the source to initialize the input objects and parameters of this initializer |
Constructs the truncated gaussian initializer
- Parameters
-
context | Context to manage the initializer |
cls | Data type to use in intermediate computations for the initializer, Double.class or Float.class |
method | The initializer computation method, TruncatedGaussianMethod |
mean | The distribution mean |
sigma | The standard deviation of the distribution |
Constructs the truncated gaussian initializer
- Parameters
-
context | Context to manage the initializer |
cls | Data type to use in intermediate computations for the initializer, Double.class or Float.class |
method | The initializer computation method, TruncatedGaussianMethod |
Returns the newly allocated truncated gaussian initializer with a copy of input objects and parameters of this truncated gaussian initializer
- Parameters
-
context | Context to manage the initializer |
- Returns
- The newly allocated truncated gaussian initializer
Computes the result of the truncated gaussian initializer
- Returns
- TruncatedGaussian initializer result
Computation method for the initializer
Parameters of the truncated gaussian initializer
The documentation for this class was generated from the following file:
- TruncatedGaussianBatch.java