This function hashes all possible patterns generated from a dataset to facilitate analysis
of their distribution and frequency, supporting risk assessment in decision-making processes related
to the causality and dynamics of complex systems.
Usage
patternHashing(E)
Value
hashedpatterns Returns a vector of hashed values representing each pattern or NA if the
pattern generation was not possible, typically due to insufficient or overly simplified input.
Arguments
E
The embedding dimension which influences the complexity and variety of patterns generated.
This parameter adjusts the granularity with which the system's dynamics are analyzed and interpreted.