Input objects of the neural networks prediction algorithm.
More...
| 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
| 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
| 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
| 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 |
| 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 |
The documentation for this class was generated from the following file:
- neural_networks/prediction.py