Inputs
| Name | Type | Description |
|---|---|---|
| Model | Path | Path to Neural Network file containing the neural network model definition. Currently only ONNX models are supported. |
| Inputs | Parameter Group | Parameters defining the inputs to the imported surrogate model. |
| Reference unit | Scalar | The reference used to maintain a consistent output. Typically, this is a value of 1 with the units of the value returned by the model. |
| Output index | Integer | Index number corresponding to the desired ONNX output. If empty, 0 will be used by default. |
Outputs
| Type |
|---|
| Surrogate(real,samples(real)) |

