Input objects of the neural networks prediction algorithm.
More...
- Deprecated:
- This item will be removed in a future release.
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
def check |
( |
|
self, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks input object for the neural networks algorithm
- Parameters
-
par | Algorithm parameter |
method | Computatiom method |
- Returns
- Status of computations
- Deprecated:
- This item will be removed in a future release.
def getModelInput |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns input object for the neural networks prediction algorithm
- 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 getTensorInput |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns input object for the neural networks prediction algorithm
- 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 setModelInput |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets input object for the neural networks prediction algorithm
- Parameters
-
id | Identifier of the input object |
value | Pointer to the parameter |
- Deprecated:
- This item will be removed in a future release.
def setTensorInput |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets input object for the neural networks prediction algorithm
- Parameters
-
id | Identifier of the input object |
value | Pointer to the parameter |
- Deprecated:
- This item will be removed in a future release.
The documentation for this class was generated from the following file:
- neural_networks/prediction.py