Input objects for the backward logistic layer
More...
- Deprecated:
- This item will be removed in a future release.
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
- Deprecated:
- This item will be removed in a future release.
- Variant 2
Copy constructor
- Deprecated:
- This item will be removed in a future release.
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
- Deprecated:
- This item will be removed in a future release.
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
- Deprecated:
- This item will be removed in a future release.
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 |
- Deprecated:
- This item will be removed in a future release.
The documentation for this class was generated from the following file: