Results obtained with the compute() method of the logistic function in the batch processing mode.
More...
| def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
input, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Allocates memory to store the result of the logistic function
- Parameters
-
| input | Input object for the logistic function |
| par | Parameter of the logistic function |
| method | Computation method of the logistic function |
- Full Names
allocate_Float64 is for float64
allocate_Float32 is for float32
| def check |
( |
|
self, |
|
|
|
arg2, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks the result of the logistic function
- Parameters
-
| in | Input of the logistic function |
| par | Parameter of the logistic function |
| method | Computation method of the the logistic function |
- Returns
- Status of computation
Returns result of the logistic function
- Parameters
-
| id | Identifier of the result |
- Returns
- Status of computation
| def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
| def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets the result of the logistic function
- Parameters
-
| id | Identifier of the result |
| ptr | Result |
The documentation for this class was generated from the following file: