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.
Name | Type | Description |
---|---|---|
Initial | Categorical Map | The initial map. |
Feedback | Categorical Map | Map of classes or categories generated from model step. |
Name | Type | Description |
---|---|---|
Map | Categorical Map | The output map. |
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.
MuxCategoricalMap