Input objects of the neural network training algorithm.
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
- Deprecated:
- This item will be removed in a future release.
def add |
( |
|
self, |
|
|
|
id, |
|
|
|
key, |
|
|
|
value |
|
) |
| |
Sets input object for the neural network training algorithm
- Parameters
-
id | Identifier of the input object |
key | Key to use to retrieve data |
value | Pointer to the input object |
- Deprecated:
- This item will be removed in a future release.
def check |
( |
|
self, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks input object for the neural network algorithm
- Parameters
-
par | Algorithm parameter |
method | Computatiom method |
- Returns
- Status of computations
- Deprecated:
- This item will be removed in a future release.
def getInput |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns input object for the neural network training 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 getInputCollection |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Returns input object for the neural network training 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.
- Variant 2
Returns input object for the neural network training algorithm
- Parameters
-
id | Identifier of the input object |
key | Key to use to retrieve data |
- Returns
- Input object that corresponds to the given identifier
- Deprecated:
- This item will be removed in a future release.
def setInput |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets input object for the neural network training algorithm
- Parameters
-
id | Identifier of the input object |
value | Pointer to the input object |
- Deprecated:
- This item will be removed in a future release.
def setInputCollection |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets input object for the neural network training algorithm
- 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:
- neural_networks/training.py