Computes logistic function in the batch processing mode.
More...
◆ Batch() [1/2]
Constructs logistic function by copying input objects of another logistic function
- Parameters
-
context | Context to manage the logistic function |
other | An function to be used as the source to initialize the input objects of the function |
◆ Batch() [2/2]
Constructs the logistic function
- Parameters
-
context | Context to manage the logistic function |
cls | Data type to use in intermediate computations for the logistic function, Double.class or Float.class |
method | The logistic function computation method, Method |
◆ clone()
Returns the newly allocated logistic function with a copy of the input object of this logistic function
- Parameters
-
context | Context to manage the logistic function |
- Returns
- The newly allocated function
◆ compute()
Computes the logistic function
- Returns
- The logistic function result
◆ setResult()
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store the result of the logistic function
- Parameters
-
result | Structure to store the result of the logistic function |
◆ input
◆ method
Computation method for the function
The documentation for this class was generated from the following file: