Input objects for the backward logistic layer
More...
| def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
- Variant 2
- Copy constructor
| def check |
( |
|
self, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks an input object of the backward logistic layer
- Parameters
-
| par | Algorithm parameter |
| method | Computation method |
- Returns
- Status of computations
| def getLayerData |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns an input object for the backward logistic layer
- Parameters
-
| id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
| def setLayerData |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets an input object for the backward logistic layer
- Parameters
-
| id | Identifier of the input object |
| value | Pointer to the input object |
The documentation for this class was generated from the following file: