Differences
This shows you the differences between two versions of the page.
| — |
number_weights_filename [2026/08/28 03:00] (current) hermann Create new page from functor_docs documentation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Number Weights Filename ====== | ||
| + | |||
| + | ===== Description ===== | ||
| + | |||
| + | Placeholder used to register a Weights of Evidence filename under a given number in the container it is placed inside. This functor produces no output itself: the enclosing container inspects its input ports and performs the actual registration. | ||
| + | |||
| + | This functor can be placed inside [[Select Weights Filename]]. | ||
| + | |||
| + | ===== Inputs ===== | ||
| + | |||
| + | ^ Name ^ Type ^ Description ^ | ||
| + | | Weights Filename | [[Weights Filename Type]] | Weights of Evidence filename to register in the container. | | ||
| + | | Filename Number | [[Positive Integer Value Type]] | Number under which Weights Filename will be known inside the container. | | ||
| + | |||
| + | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| + | |||
| + | ===== Outputs ===== | ||
| + | |||
| + | None. | ||
| + | |||
| + | ===== Group ===== | ||
| + | |||
| + | [[Functor List#Stack Supplementary | Stack Supplementary]] | ||
| + | |||
| + | ===== Notes ===== | ||
| + | |||
| + | A hook such as this one is typically used to feed one value of a given type into a container that performs some operation over a series of such values. | ||
| + | |||
| + | ===== Internal Name ===== | ||
| + | |||
| + | NumberWeightsFilename | ||