Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
select_weights_filename [2020/04/30 15:03] argemiro |
select_weights_filename [2026/08/28 03:34] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Select Weights Filename ====== | + | ====== Select Weights Filename ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | Pick up a filename containing Weight of Evidence coefficients from a series of filenames. | + | 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 ===== | ===== Inputs ===== | ||
| Line 12: | Line 12: | ||
| ^ Name ^ Type ^ Description ^ Default Value ^ | ^ Name ^ Type ^ Description ^ Default Value ^ | ||
| - | | Step | [[positive_integer_value_type|Positive Integer Value]] | Current index, step or model iteration. | | + | | Step | [[Positive Integer Value Type]] | Step used to pick the filename, automatically bound to the innermost compatible container. | 1 | |
| ===== Outputs ===== | ===== Outputs ===== | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Weights Filename | [[weights_filename|Weights Filename]] | A Weights filename. | | + | | Weights Filename | [[Weights Filename Type]] | Selected Weights of Evidence filename. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 23: | Line 23: | ||
| [[Functor List#Stack | Stack]] | [[Functor List#Stack | Stack]] | ||
| - | ===== Notes ===== | + | ===== Notes ===== |
| - | This container allows the replacement of one weights file name with another during a model execution. Any weights file name inside this container will begin to be used by a simulation according to its number identifier and will continue to be used until the model step reaches the number identifier of another weights file name inside the same container. | + | 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 ===== | + | ===== Internal Name ===== |
| SelectWeightsFilename | SelectWeightsFilename | ||