Differences

This shows you the differences between two versions of the page.

Link to this comparison view

mux_categorical_map [2013/08/23 22:09]
admin [Notes]
mux_categorical_map [2013/08/23 22:15]
Line 1: Line 1:
-====== Mux Categorical Map ====== ​ 
- 
-===== Description ===== 
- 
-This functor makes a categorical map dynamic, feeding it back with a map output from a model step. In the beginning of the first iteration, it reads map input from the initial port.  
- 
-===== Inputs ===== 
- 
-^ Name ^ Type ^ Description ^ 
-| Initial ​ | [[ Categorical Map Type|Categorical Map  ]]  | The initial map.  | 
-| Feedback ​ | [[Categorical Map Type|Categorical Map  ]]  | Map of classes or categories generated from model step.  | 
- 
-===== Optional Inputs ===== 
- 
-===== Outputs ===== 
- 
-^ Name ^ Type ^ Description ^ 
-| Map  | [[ Categorical Map Type| Categorical Map  ]]  | The output map.  | 
- 
-===== Group ===== 
- 
-[[Functor List#​Control | Control]] 
- 
-===== Notes =====  
- 
-The use of this functor is critical for  the development of dynamic models whose map variables are dynamically updated as a result of the model feedback. 
- 
-<WRAP center round box 80%> 
-**Muxes must always be placed directly inside loop containers like [[Repeat]], [[For]], [[For Each Category]] etc.**</​WRAP>​ 
- 
-===== Internal Name =====  
- 
-MuxCategoricalMap