Select Weights Filename
Description
Container that picks one Weights of Evidence filename out of a series connected inside it, based on the current step. Each candidate filename must be connected through a Number Weights Filename hook, whose number identifies the step at which that filename takes over. A filename begins being selected once the model step reaches its number, and remains selected until the step reaches the number of another connected filename, allowing one filename to be swapped for another during a model's execution.
Inputs
None.
Optional Inputs
| Name | Type | Description | Default Value |
|---|---|---|---|
| Step | Positive Integer Value Type | Step used to pick the filename, automatically bound to the innermost compatible container. | 1 |
Outputs
| Name | Type | Description |
|---|---|---|
| Weights Filename | Weights Filename Type | Selected Weights of Evidence filename. |
Group
Notes
Only Number Weights Filename hooks can be connected inside this container.
The selected filename is the one with the greatest number identifier that is still less than or equal to Step.
Internal Name
SelectWeightsFilename