Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
allocate_transitions [2013/08/09 21:49] admin created |
allocate_transitions [2015/10/14 03:24] (current) admin |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Lanscape | [[Categorical Map Type|Categorical Map]] | The initial landscape map. | | + | | Lanscape | [[Categorical Map Type]] | The initial landscape map. | |
| - | | Probabilities | [[Map Type|Map]] | The map defining the probability of occurrence of each transition. | | + | | Probabilities | [[Map Type]] | The map defining the probability of occurrence of each transition. | |
| - | | Transition Matrix | [[Transition Matrix Type|Transition Matrix]] | The matrix defining the net rate of each transition. | | + | | Transition Matrix | [[Transition Matrix Type]] | The matrix defining the net rate of each transition. | |
| - | | Percent of Transitions By Expansion | [[Percent Matrix Type|Percent Matrix]] | This matrix defines the percentage of total transitions performed by expansion of existent patches (using [[Expander]] operator). The complement of this matrix defines the percentage of transitions performed by generation of new patches (using [[Patcher]] operator). | | + | | Percent of Transitions By Expansion | [[Percent Matrix Type]] | This matrix defines the percentage of total transitions performed by expansion of existent patches (using [[Expander]] operator). The complement of this matrix defines the percentage of transitions performed by generation of new patches (using [[Patcher]] operator). | |
| - | | Patch Expansion Parameters | [[Transition Function Parameter Matrix Type|Transition Function Parameter Matrix]] | The parameters used to expand existent patches. The parameters are used by Expander operator. | | + | | Patch Expansion Parameters | [[Transition Function Parameter Matrix Type]] | The parameters used to expand existent patches. The parameters are used by Expander operator. | |
| - | | Patch Generation Parameters | [[Transition Function Parameter Matrix Type|Transition Function Parameter Matrix]] | The parameters used to generate new patches. These parameters are used by Patcher operator. | | + | | Patch Generation Parameters | [[Transition Function Parameter Matrix Type]] | The parameters used to generate new patches. These parameters are used by Patcher operator. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ Default Value ^ | + | ^ Name ^ Type ^ Description ^ Default Value ^ |
| - | | Print Transition Info | [[Bool Type|Bool]] | If true, print allocation info on the application console. This is useful to help identify problems in the transition rates and probability maps. | No | | + | | Print Transition Info | [[Boolean Value Type Type]] | If true, print allocation info on the application console. This is useful to help identify problems in the transition rates and probability maps. | No | |
| ===== Outputs ===== | ===== Outputs ===== | ||
| Line 31: | Line 30: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| + | |||
| + | None. | ||
| ===== Internal Name ===== | ===== Internal Name ===== | ||