Calc Multi Window Similarity of Differences
Description
Calculate the minimum fuzzy similarity using maps of changes for different window sizes.
Inputs
Name | Type | Description |
---|---|---|
Initial Map | Categorical Map | Initial map of simulation period. |
Observed Map | Categorical Map | Observed (reference) Map. |
Simulated map | Categorical Map | Simulated map. |
Maximum window size | Non Negative Integer Value | Similarities are calculated from 1 up to the given window size. Only odd numbers are accepted. |
Print similarities | Boolean Value |
Optional Inputs
None.
Outputs
Name | Type | Description |
---|---|---|
Similarities | Table | Table containning the similarities per window size. |
Notes
This operator calculates the map of differences between a initial map (first one of a time series) and an observed map (last one of a time series) and the differences between an initial map and a simulated map (the simulated one corresponding to the observed map). Then, these maps of differences are used by CalcReciprocalSimilarityMap to derive the minimum similarity values for each window size. All calculations are performed using a constant decay function.
Group
Internal Name
CalcMultiWindowSimilarityofDifferences