Set Parameters¶
Sets the model hyper parameters based on table data.
Definition¶
Input ports¶
- in-model
Type: modelDescription: Input model- parameters
Type: tableDescription: Parameters
Output ports¶
- out-model
Type: modelDescription: Output model
Configuration¶
- Copy model parameters (copy_through)
Keeps the model parameters that are not overwritten by the inputtable. Otherwise default values are used.
Examples¶
The node can be found in:
Implementation¶
- class node_parameters.SetParameters[source]