Input objects of the neural network training algorithm in the distributed processing mode.
More...
- Deprecated:
- This item will be removed in a future release.
- Aliases
-
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
__init__(daal.algorithms.neural_networks.training.DistributedInput<(daal.step1Local)> self, size_t nElements) -> DistributedInput
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 getStep1LocalInput |
( |
|
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 setStep1LocalInput |
( |
|
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