Differences
This shows you the differences between two versions of the page.
|
name_map [2011/07/31 18:57] hermann created |
name_map [2026/08/28 03:28] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Name Map ====== | + | ====== Name Map ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | This hook identifies a map by assigning a name to it. | + | Placeholder used to register a map under a given name in the environment of 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 [[Calculate Map2]], [[Calculate Categorical Map2]], [[Calc W Of E Probability Map]], [[Determine Weights Of Evidence Coefficients]], [[Determine Weights Of Evidence Continuous Occurrences]], [[Determine Weights Of Evidence Correlation]], and [[Determine Weights Of Evidence Ranges]]. | ||
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Map | [[Map Type|Map]] | Any input map. | | + | | Map | [[Map Type]] | Map to register in the environment. | |
| - | | Map Name | [[Name Type|Name]] | Map name identifier. | | + | | Map Name | [[Name Type]] | Name under which the map will be known inside the container. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| + | |||
| + | None. | ||
| ===== Group ===== | ===== Group ===== | ||
| Line 19: | Line 25: | ||
| [[Functor List#Map Algebra Supplementary | Map Algebra Supplementary]] | [[Functor List#Map Algebra Supplementary | Map Algebra Supplementary]] | ||
| - | ===== Notes ===== | + | ===== Notes ===== |
| + | |||
| + | This functor's banner shows the value of Map Name. | ||
| - | A hook is usually used to enter a type of data into a container that performs some operation. | + | Placing this functor inside a container it is not designed for reports a warning, since it has no effect there. |
| - | ===== Internal Name ===== | + | ===== Internal Name ===== |
| NameMap | NameMap | ||