Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
number_weights [2011/07/31 19:28] hermann created |
number_weights [2026/08/28 03:29] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Number Weights ====== | + | ====== Number Weights ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | This hook identifies a set of Weight of Evidence coefficients by assigning a number to it. | + | Placeholder used to register a set of Weights of Evidence coefficients 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]]. | ||
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Weights | [[ Weights Type|Weights]] | Set of Weights of Evidence coefficients. | | + | | Weights | [[Weights Type]] | Weights of Evidence coefficients to register in the container. | |
| - | | Weight Number | [[Positive Int Type|Positive Int]] | Identifier of a Set of Weights of Evidence coefficient. | | + | | Weight Number | [[Positive Integer Value Type]] | Number under which Weights will be known inside the container. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| + | |||
| + | None. | ||
| ===== Group ===== | ===== Group ===== | ||
| Line 19: | Line 25: | ||
| [[Functor List#Stack Supplementary | Stack Supplementary]] | [[Functor List#Stack Supplementary | Stack Supplementary]] | ||
| - | ===== Notes ===== | + | ===== Notes ===== |
| - | A hook is usually used to enter a type of data into a container that performs some operation. | + | 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 ===== | + | ===== Internal Name ===== |
| NumberWeights | NumberWeights | ||
| + | |||