Input object for the training layer
More...
◆ add()
Sets input object for the neural network training algorithm
- Parameters
-
id | Identifier of the input object |
key | Key to use to retrieve data |
val | Value of the input object |
◆ get() [1/3]
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
◆ get() [2/3]
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
◆ get() [3/3]
Returns input object for the neural network training algorithm
- Parameters
-
id | Identifier of the result |
key | Key to use to retrieve data |
- Returns
- Result that corresponds to the given identifier
◆ set() [1/2]
Sets input object for the neural network training algorithm
- Parameters
-
id | Identifier of the input object |
val | Value of the input object |
◆ set() [2/2]
Sets input object for the neural network training algorithm
- Parameters
-
id | Identifier of the input object |
val | Value of the input object |
The documentation for this class was generated from the following file:
- neural_networks/training/TrainingInput.java